app登录接口联调

This commit is contained in:
fengerli
2025-07-07 18:57:34 +08:00
parent ec86798b6c
commit d9de847fb1
9 changed files with 67 additions and 106 deletions

View File

@ -83,6 +83,7 @@ const getList = async () => {
total.value = res.total;
bindingLoading.value = false;
};
// 解绑
const handleUnbind = (row) => {
proxy?.$modal.confirm.confirm('此操作将解绑设备 "' + row.deviceName + '", 是否继续?', '提示', {
confirmButtonText: '确定',