用户活动信息

This commit is contained in:
tcubic 2022-08-01 16:58:05 +08:00
parent af65697599
commit ff43592c74

View File

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