feat: 添加告警忽略管理页面和路由配置
This commit is contained in:
@@ -85,6 +85,10 @@ const menuOptions: MenuOption[] = [
|
||||
label: () => h(RouterLink, { to: '/alarm/alarm-log' }, { default: () => '设备告警记录' }),
|
||||
key: '/alarm/alarm-log',
|
||||
},
|
||||
{
|
||||
label: () => h(RouterLink, { to: '/alarm/alarm-ignore' }, { default: () => '告警忽略管理' }),
|
||||
key: '/alarm/alarm-ignore',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user