优化小程序切到后台pc端设置权限无效提示

This commit is contained in:
yj 2025-02-12 14:44:33 +08:00
parent 8f80f20aa3
commit 2e2b8f4421
2 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,10 @@ export const DeleteRoomManager = (data: any) =>
Request({
url: `/room/manager`,
method: 'delete',
data
data: {
...data,
SettingUserId: ''
}
})
export const GetRoomInfo = (roomNum: string) =>

View File

@ -452,6 +452,9 @@ Page({
// 显示设备列表
case 'ShowDriverList':
break;
case 'SetSpeaker':
await onInvoke('SetSpeakerCallback', item.RoomManagerInputDTO)
break;
}
})