feat(router): 路由配置调整
This commit is contained in:
parent
84cdf3f4d5
commit
0289a18800
|
@ -1670,17 +1670,17 @@ export const constantRoutes = [
|
||||||
component: ParentView,
|
component: ParentView,
|
||||||
redirect: 'systemconfiguration/index',
|
redirect: 'systemconfiguration/index',
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
path: 'groupConfiguration',
|
|
||||||
name: 'GroupConfigurationList',
|
|
||||||
component: () => import('@/views/configManage/systemconfiguration/groupConfiguration'),
|
|
||||||
meta: { title: '区域体系分组' }
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'txpz',
|
path: 'txpz',
|
||||||
name: 'Systemconfiguration',
|
name: 'Systemconfiguration',
|
||||||
component: () => import('@/views/configManage/systemconfiguration/index'),
|
component: () => import('@/views/configManage/systemconfiguration/index'),
|
||||||
meta: { title: '体系配置' }
|
meta: { title: '体系配置' }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'groupConfiguration',
|
||||||
|
name: 'GroupConfigurationList',
|
||||||
|
component: () => import('@/views/configManage/systemconfiguration/groupConfiguration'),
|
||||||
|
meta: { title: '区域体系分组' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1998,29 +1998,29 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'barcodeConfiguration',
|
// path: 'barcodeConfiguration',
|
||||||
name: 'BarcodeConfiguration',
|
// name: 'BarcodeConfiguration',
|
||||||
meta: { title: '追溯配置' },
|
// meta: { title: '追溯配置' },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'barcodeConfiguration/index',
|
// redirect: 'barcodeConfiguration/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'tmpz',
|
// path: 'tmpz',
|
||||||
name: 'BarcodeConfiguration',
|
// name: 'BarcodeConfiguration',
|
||||||
component: () => import('@/views/configManage/barcodeConfiguration/index'),
|
// component: () => import('@/views/configManage/barcodeConfiguration/index'),
|
||||||
meta: { title: '追溯配置' }
|
// meta: { title: '追溯配置' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'details',
|
// path: 'details',
|
||||||
name: 'Details',
|
// name: 'Details',
|
||||||
component: () => import('@/views/configManage/barcodeConfiguration/details'),
|
// component: () => import('@/views/configManage/barcodeConfiguration/details'),
|
||||||
meta: { title: '详情明细' },
|
// meta: { title: '详情明细' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
|
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'deliveryWay',
|
path: 'deliveryWay',
|
||||||
name: 'DeliveryWay',
|
name: 'DeliveryWay',
|
||||||
|
@ -2066,22 +2066,22 @@ export const constantRoutes = [
|
||||||
//
|
//
|
||||||
// ]
|
// ]
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
path: 'registrationConfiguration',
|
// path: 'registrationConfiguration',
|
||||||
name: 'RegistrationConfiguration',
|
// name: 'RegistrationConfiguration',
|
||||||
meta: { title: '注册页面配置' },
|
// meta: { title: '注册页面配置' },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'registrationConfiguration/index',
|
// redirect: 'registrationConfiguration/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'zcympz',
|
// path: 'zcympz',
|
||||||
name: 'Zcympz',
|
// name: 'Zcympz',
|
||||||
component: () => import('@/views/configManage/registrationConfiguration/index'),
|
// component: () => import('@/views/configManage/registrationConfiguration/index'),
|
||||||
meta: { title: '注册页面配置' }
|
// meta: { title: '注册页面配置' }
|
||||||
}
|
// }
|
||||||
|
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
path: 'advertisementBanner',
|
path: 'advertisementBanner',
|
||||||
|
|
Loading…
Reference in New Issue