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