调试
This commit is contained in:
parent
27ca11bb8f
commit
bd6a6a9771
@ -186,7 +186,11 @@ const apiAll = ()=>{
|
|||||||
|
|
||||||
// 页面未挂载
|
// 页面未挂载
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
apiAll()
|
|
||||||
|
if(!h5plugin.isWX()){
|
||||||
|
apiAll()
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
console.log("link:", window.location.href);
|
console.log("link:", window.location.href);
|
||||||
console.log("用户活动信息:", store.state.userAccount);
|
console.log("用户活动信息:", store.state.userAccount);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user