ZZJ
2022-06-22 1c3933b20438da1d858dda2161f058dfa1b36f1e
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"
      );
    },
  },