diff --git a/src/router/index.js b/src/router/index.js index 235872c..165d6ec 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1670,17 +1670,17 @@ export const constantRoutes = [ component: ParentView, redirect: 'systemconfiguration/index', children: [ - { - path: 'groupConfiguration', - name: 'GroupConfigurationList', - component: () => import('@/views/configManage/systemconfiguration/groupConfiguration'), - meta: { title: '区域体系分组' } - }, { path: 'txpz', name: 'Systemconfiguration', component: () => import('@/views/configManage/systemconfiguration/index'), meta: { title: '体系配置' } + }, + { + path: 'groupConfiguration', + name: 'GroupConfigurationList', + component: () => import('@/views/configManage/systemconfiguration/groupConfiguration'), + meta: { title: '区域体系分组' } } ] }, @@ -1998,29 +1998,29 @@ export const constantRoutes = [ } ] }, - { - path: 'barcodeConfiguration', - name: 'BarcodeConfiguration', - meta: { title: '追溯配置' }, - component: ParentView, - redirect: 'barcodeConfiguration/index', - children: [ - { - path: 'tmpz', - name: 'BarcodeConfiguration', - component: () => import('@/views/configManage/barcodeConfiguration/index'), - meta: { title: '追溯配置' } - }, - { - path: 'details', - name: 'Details', - component: () => import('@/views/configManage/barcodeConfiguration/details'), - meta: { title: '详情明细' }, - hidden: true + // { + // path: 'barcodeConfiguration', + // name: 'BarcodeConfiguration', + // meta: { title: '追溯配置' }, + // component: ParentView, + // redirect: 'barcodeConfiguration/index', + // children: [ + // { + // path: 'tmpz', + // name: 'BarcodeConfiguration', + // component: () => import('@/views/configManage/barcodeConfiguration/index'), + // meta: { title: '追溯配置' } + // }, + // { + // path: 'details', + // name: 'Details', + // component: () => import('@/views/configManage/barcodeConfiguration/details'), + // meta: { title: '详情明细' }, + // hidden: true - } - ] - }, + // } + // ] + // }, { path: 'deliveryWay', name: 'DeliveryWay', @@ -2066,22 +2066,22 @@ export const constantRoutes = [ // // ] // }, - { - path: 'registrationConfiguration', - name: 'RegistrationConfiguration', - meta: { title: '注册页面配置' }, - component: ParentView, - redirect: 'registrationConfiguration/index', - children: [ - { - path: 'zcympz', - name: 'Zcympz', - component: () => import('@/views/configManage/registrationConfiguration/index'), - meta: { title: '注册页面配置' } - } + // { + // path: 'registrationConfiguration', + // name: 'RegistrationConfiguration', + // meta: { title: '注册页面配置' }, + // component: ParentView, + // redirect: 'registrationConfiguration/index', + // children: [ + // { + // path: 'zcympz', + // name: 'Zcympz', + // component: () => import('@/views/configManage/registrationConfiguration/index'), + // meta: { title: '注册页面配置' } + // } - ] - }, + // ] + // }, { path: 'advertisementBanner',