...
|
...
|
@@ -169,17 +169,7 @@ const routes = [{ |
|
|
path: '/alarmsubscribe/excludeKpi',
|
|
|
name: 'alarmSubscribeExcludeKpi',
|
|
|
component: () => myImport('views/alarmsubscribe/index')
|
|
|
},
|
|
|
{
|
|
|
path: '/vue3/ajConfig',
|
|
|
name: 'ajConfig',
|
|
|
component: () => myImport('views/ajConfig/index')
|
|
|
},
|
|
|
{
|
|
|
path: '/ajConfig/view',
|
|
|
name: 'ajConfigView',
|
|
|
component: () => myImport('views/ajConfig/view/index')
|
|
|
},
|
|
|
}
|
|
|
];
|
|
|
|
|
|
// hash模式: createWebHashHistory
|
...
|
...
|
|