服务器管理添加取消闪烁功能

1、服务器管理添加取消闪烁功能
2、优化并修改bug
This commit is contained in:
康冉冉
2025-12-19 18:56:21 +08:00
parent 8381e99541
commit 5fdb34af89
4 changed files with 95 additions and 129 deletions
+8
View File
@@ -759,6 +759,14 @@ export function getAlarmFlag() {
method: 'get'
})
}
// 取消高亮
export function removeAlarmFlag(query) {
return request({
url: '/system/registration/removeAlarmFlag',
method: 'post',
data: query
})
}
export function bindBusByClient(query) {
return request({