This commit is contained in:
fz
2023-09-25 09:14:02 +08:00
parent de15e61e13
commit 71c6c030ee
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -90,7 +90,7 @@
return return
} }
let obj = { let obj = {
identityNum:"3333", identityNum:"610425199505171615",
pageNum:this.pageNum, pageNum:this.pageNum,
pageSize:this.pageSize pageSize:this.pageSize
} }
@@ -101,7 +101,7 @@
}, },
onLoad(){ onLoad(){
let obj = { let obj = {
identityNum:"3333", identityNum:"610425199505171615",
pageNum:this.pageNum, pageNum:this.pageNum,
pageSize:this.pageSize pageSize:this.pageSize
} }
+1 -1
View File
@@ -13,7 +13,7 @@
}, },
onLoad: function() { onLoad: function() {
this.name = this.$store.state.user.name; this.name = this.$store.state.user.name;
this.sendImg = `http://47.97.117.253:9005/#/home?name=${this.name}` this.sendImg = `https://txroom.xayunmei.com/`
}, },
} }