feature:

1.OTA基本能力(固定配置),待优化
2.智能体管理与设备管理对接api,实现流程闭环(已测试)
This commit is contained in:
Erlei Chen
2025-03-24 09:26:45 +08:00
parent 66352de1eb
commit bdd18b384b
55 changed files with 1747 additions and 332 deletions
@@ -40,8 +40,12 @@ export default {
},
methods: {
confirm() {
if (!this.deviceCode.trim()) {
this.$message.error('请输入设备验证码');
return;
}
this.$emit('confirm',this.deviceCode)
this.$emit('update:visible', false)
this.$emit('added', this.deviceCode)
this.deviceCode = ""
},
cancel() {