From 47b44073e0037eb0d089fd5d3902d641fd26c4ea Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 14:27:25 +0800 Subject: [PATCH] update --- 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 e35e74d..845bcb5 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);