ZZJ
2022-06-21 644e6bac8cd089c691d83fe092502261ba416283
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"
      );
    },
  },