ZZJ
2022-08-02 ed35d0b4c2051e067bd9904c4b0158257d5db0d9
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 {