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);