From fb0ba50d3abdd906521013c950b30bac5c08c874 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Thu, 4 Aug 2022 20:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BE=AE=E4=BF=A1=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E5=89=8D=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Home/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index 39f63b3..3cf1b84 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -185,7 +185,7 @@ const apiAll = ()=>{ // 页面未挂载 onBeforeMount(() => { - apiAll() + // apiAll() console.log("link:", window.location.href); console.log("用户活动信息:", store.state.userAccount);