mark
2022-10-21 1fe240406526b9b6256664559d3d2bec9250135c
src/views/search/components/CardItem.vue
@@ -791,7 +791,7 @@
        return "";
      }
      return (
        "http://" + url + (url.indexOf("?") >= 0 ? "&" : "?") + "width=160"
        "/httpImage/" + url + (url.indexOf("?") >= 0 ? "&" : "?") + "width=160"
      );
    },
  },