我叫洪圣文
This commit is contained in:
@@ -99,6 +99,24 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
title: '事件列表'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/steadyDataView/index',
|
||||
name: 'steadyDataView',
|
||||
alias: [
|
||||
'/steadyDataView',
|
||||
'/steadydataView',
|
||||
'/steadydataView/index',
|
||||
'/steady/steadyDataView',
|
||||
'/steady/steadyDataView/index',
|
||||
'/steady/steady-data-view',
|
||||
'/steady/steady-data-view/index'
|
||||
],
|
||||
component: () => import('@/views/steady/steadyDataView/index.vue'),
|
||||
meta: {
|
||||
cacheName: 'SteadyDataView',
|
||||
title: '稳态数据'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/403',
|
||||
name: '403',
|
||||
|
||||
Reference in New Issue
Block a user