...
|
...
|
@@ -62,7 +62,12 @@ const routes = [{ |
|
|
path: '/alarmsubscribe/excludeKpi',
|
|
|
name: 'alarmSubscribeExcludeKpi',
|
|
|
component: () => myImport('views/alarmsubscribe/index')
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
path: '/cache',
|
|
|
name: 'cacheData',
|
|
|
component: () => myImport('views/cacheData/index')
|
|
|
},
|
|
|
];
|
|
|
|
|
|
// hash模式: createWebHashHistory
|
...
|
...
|
|