zhangzengfei
2022-08-23 e37e45cfe1123928dba5d9c5a427b0ee497b7ad6
src/components/subComponents/ImageShow.vue
@@ -12,7 +12,8 @@
      if (
        this.src &&
        this.src.indexOf("http://apps.smartai.com/httpImage/") === -1 &&
        this.src.indexOf("/images") !== 0
        this.src.indexOf("/images") !== 0 &&
        this.src.indexOf("/files") !== 0
      ) {
        return "/httpImage/" + this.src;
      } else {