no message
This commit is contained in:
parent
63ea54e1ed
commit
eeace3026b
@ -86,7 +86,12 @@ export const constantRoutes = [
|
||||
name: 'Index',
|
||||
meta: { title: '系统首页', icon: 'dashboard', affix: true }
|
||||
},
|
||||
|
||||
{
|
||||
path: 'resource_oilstore',
|
||||
component: () => import('@/views/index2.vue'),
|
||||
name: 'resourceOilstore',
|
||||
meta: { title: '系统首页1', icon: 'dashboard', affix: true }
|
||||
},
|
||||
// {
|
||||
// path: 'resource_oilstore',
|
||||
// component: () => import('@/views/index'),
|
||||
@ -96,9 +101,9 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'resource_oilstore',
|
||||
component: () => import('@/views/index2.vue'),
|
||||
name: 'resourceOilstore',
|
||||
path: '/index',
|
||||
component: () => import('@/views/index'),
|
||||
name: 'resource_oilstore',
|
||||
meta: { title: '系统首页', icon: 'dashboard', affix: true }
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user