diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 730b0a9..213ac03 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -57,6 +57,7 @@ import { getHomeList } from "@/api/home"; import { getBanner, userSign } from "@/api/user"; import { parseQueryString } from "@/utils"; import { getMerList } from "@/api/goods"; +import game_1 from "../../static/index/game_1.png"; const searchValue = ref(""); @@ -93,7 +94,7 @@ const popupList = ref([ // }, { type: 2, - src: require("../../static/index/game_1.png"), + src: "//upload.jdt168.com/1714381111493034239_game_1.png", cb: (type) => { Taro.setStorageSync( "game_url", diff --git a/src/static/index/game_1.png b/src/static/index/game_1.png deleted file mode 100644 index edca92e..0000000 Binary files a/src/static/index/game_1.png and /dev/null differ