no message

This commit is contained in:
DESKTOP-369JRHT\12997 2024-08-05 15:32:10 +08:00
parent 63ea54e1ed
commit eeace3026b

View File

@ -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 }
}, },
{ {