异常告警基本开发完成

This commit is contained in:
袁帅
2022-08-25 14:30:39 +08:00
parent c060f3fa23
commit b505638c26
3 changed files with 157 additions and 0 deletions

View File

@ -335,6 +335,11 @@ export default [
},
],
},
{//异常告警
name: 'AbnormalAlarm',
path: '/AbnormalAlarm',
component: './AbnormalAlarm'
},
{
component: './404',
},