This commit is contained in:
tcubic 2022-08-05 14:44:15 +08:00
parent 27ca11bb8f
commit bd6a6a9771

View File

@ -186,8 +186,12 @@ const apiAll = ()=>{
// //
onBeforeMount(() => { onBeforeMount(() => {
if(!h5plugin.isWX()){
apiAll() apiAll()
}
console.log("link", window.location.href); console.log("link", window.location.href);
console.log("用户活动信息:", store.state.userAccount); console.log("用户活动信息:", store.state.userAccount);