From bd6a6a97710f2b49d8afeec53287c8a17526400a Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 14:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Home/Home.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index e35e74d..8ee2734 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -186,7 +186,11 @@ const apiAll = ()=>{ // 页面未挂载 onBeforeMount(() => { - apiAll() + + if(!h5plugin.isWX()){ + apiAll() + + } console.log("link:", window.location.href); console.log("用户活动信息:", store.state.userAccount);