feat:NEZ-499 添加告警静默功能

This commit is contained in:
zhangyu
2021-03-11 13:39:02 +08:00
parent 2c7bb0972c
commit fe6cc12dfb
12 changed files with 1303 additions and 6 deletions

View File

@@ -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),
}
]
},