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
+1 -1
View File
@@ -13,7 +13,7 @@
},
onLoad: function() {
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/`
},
}