This commit is contained in:
zhaofang
2022-11-25 16:04:54 +08:00
parent d08d8da4c6
commit 33d0a5e814
3 changed files with 87 additions and 16 deletions

View File

@@ -86,14 +86,12 @@
},
watch:{
data(newVal,oldVal){
console.log(newVal,'newVal')
if(newVal && newVal.id!=''){
this.checkHas();
}
}
},
mounted() {
console.log(location.href.split('=')[1],'location.href,')
this.checkHas();
this.urlId = location.href.split('=')[1]
// this.loadUser();