设备类型蓝牙名称修改

This commit is contained in:
fengerli
2025-07-26 10:26:42 +08:00
parent 67e06eb2e4
commit 7e26c80ea8
2 changed files with 18 additions and 8 deletions

View File

@ -55,9 +55,9 @@
<el-tab-pane label="修改密码" name="resetPwd">
<resetPwd />
</el-tab-pane>
<el-tab-pane label="第三方应用" name="thirdParty">
<!-- <el-tab-pane label="第三方应用" name="thirdParty">
<thirdParty :auths="state.auths" />
</el-tab-pane>
</el-tab-pane> -->
<el-tab-pane label="在线设备" name="onlineDevice">
<onlineDevice :devices="state.devices" />
</el-tab-pane>