人脸识别

This commit is contained in:
Your Name
2023-10-07 16:19:18 +08:00
parent 61bf1f5b61
commit 1702d6dd85
16 changed files with 456 additions and 388 deletions
+3 -2
View File
@@ -12,8 +12,9 @@
}
},
onLoad: function() {
// this.name = this.$store.state.user.name;
this.sendImg = `https://txroom.xayunmei.com`
this.name = this.$store.state.user.name;
this.sendImg = `https://txroom.xayunmei.com/#/?name=${this.name}`
// this.sendImg = `http://localhost:8080/#/?name=${this.name}`
},
}