From ff43592c745df0586121be40d4fd4be3ac31fe5f Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Mon, 1 Aug 2022 16:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B4=BB=E5=8A=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= 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 76b4ac8..9d3ec82 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -36,6 +36,7 @@ const authCode = ref('') // 页面未挂载 onBeforeMount(() => { console.log("用户活动信息:", store.state.userAccount); + console.log("授权链接:",window.location.href); // 微信环境授权 // if (h5plugin.isWX()) { @@ -59,7 +60,6 @@ onBeforeMount(() => { // 页面挂载 onMounted(() => { - console.log("授权链接:",window.location.href); });