mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
完成“获取智能体模板”
This commit is contained in:
@@ -44,9 +44,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
confirm() {
|
||||
// console.log(this.agentId)
|
||||
// console.log("=========")
|
||||
// console.log(this.$route.query.agentId)
|
||||
if (!/^\d{6}$/.test(this.deviceCode)) {
|
||||
this.$message.error('请输入6位数字验证码');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user