From c58db3595c94a1731fa54781240ebbe3a6b00dad Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Fri, 11 Oct 2024 22:24:43 +0800 Subject: [PATCH] update --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index cb780c1..1ee7036 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -208,7 +208,7 @@ import wzj from "../../static/wzj.json"; import zj from "../../static/zj.json"; import vueDanmaku from "vue3-danmaku"; -onMounted(() => { getWinInfo() }); +onMounted(() => {}); const danmakuRef = ref();