feat: 添加告警忽略管理页面和路由配置
This commit is contained in:
@@ -28,6 +28,10 @@ const router = createRouter({
|
||||
path: 'alarm-log',
|
||||
component: () => import('@/pages/alarm-log-page.vue'),
|
||||
},
|
||||
{
|
||||
path: 'alarm-ignore',
|
||||
component: () => import('@/pages/alarm-ignore-page.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user