喀左大屏改造,追加监控轮播大屏组件

This commit is contained in:
aixianling
2024-02-01 19:10:03 +08:00
parent f9684bb0c4
commit 06eb7a30bf
6 changed files with 104 additions and 15 deletions

View File

@@ -799,3 +799,13 @@ export class DvCompData {
})
}
}
/**
* 监控类型
*/
export const monitorTypes = [
{dictName: "中国移动", dictValue: "cmcc"},
{dictName: "海康威视", dictValue: "hik"},
{dictName: "大华", dictValue: "dahua"},
{dictName: "视联网", dictValue: "slw"},
]