ZZJ
2022-06-15 4f7f16803ab5ed7b8a8a0dc087792d9b2fcefe2b
src/views/search/components/CardItem.vue
@@ -733,7 +733,7 @@
        return "";
      }
      return (
        "/httpImage/" + url + (url.indexOf("?") >= 0 ? "&" : "?") + "width=160"
        "http://" + url + (url.indexOf("?") >= 0 ? "&" : "?") + "width=160"
      );
    },
  },