...
|
...
|
@@ -78,6 +78,11 @@ const routes = [{ |
|
|
name: 'ajConfigView',
|
|
|
component: () => myImport('views/ajConfig/view/index')
|
|
|
},
|
|
|
{
|
|
|
path: '/alarmsClearEditor',
|
|
|
name: 'alarmsClearEditor',
|
|
|
component: () => myImport('views/alarmsClearEditor/index'),
|
|
|
},
|
|
|
];
|
|
|
|
|
|
// hash模式: createWebHashHistory
|
...
|
...
|
|