From a86a68fd939d1c35a835d0cd3b85aaa94aaafe61 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 13:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8E=B7=E5=8F=96=E7=89=9B?= =?UTF-8?q?=E5=8D=A1=E5=8F=B7=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 90d170e..97338f3 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -186,7 +186,7 @@ const apiAll = ()=>{ // 页面未挂载 onBeforeMount(() => { - apiAll() + // apiAll() console.log("link:", window.location.href); console.log("用户活动信息:", store.state.userAccount);