完成“已绑设备”功能

This commit is contained in:
CGD
2025-03-25 16:23:28 +08:00
parent d9dcb90745
commit be3e67b2c1
5 changed files with 90 additions and 42 deletions
@@ -225,6 +225,7 @@ export default {
},
mounted() {
const agentId = this.$route.query.agentId;
console.log('agentId2222',agentId);
if (agentId) {
this.fetchAgentConfig(agentId);
}