feat:NEZ-499 添加告警静默功能
This commit is contained in:
@@ -88,6 +88,10 @@ export default new Router({
|
||||
{
|
||||
path: '/alertConfig',
|
||||
component: resolve => require(['../components/page/alert/config.vue'], resolve),
|
||||
},
|
||||
{
|
||||
path: '/alertSilence',
|
||||
component: resolve => require(['../components/page/alert/silence.vue'], resolve),
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user