|
|
@ -8,17 +8,42 @@ const commodityManagement = { |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information1', |
|
|
|
// component: () => import('@/views/richText/index'),
|
|
|
|
code: '0601', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '基本信息', |
|
|
|
meta: {title: '基本信息', noCache: false, affix: false} |
|
|
|
// name: '基本信息',
|
|
|
|
meta: {title: '基本信息', noCache: true, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information101', |
|
|
|
code: '060101', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '工商登记信息', |
|
|
|
meta: {title: '工商登记信息', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information102', |
|
|
|
code: '060102', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '重要人事变动', |
|
|
|
meta: {title: '重要人事变动', noCache: false, affix: false}, |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information2', |
|
|
|
code: '0602', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '经营管理', |
|
|
|
// name: '经营管理',
|
|
|
|
meta: {title: '经营管理', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information201', |
|
|
|
code: '060201', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '重大改革重组', |
|
|
|
meta: {title: '重大改革重组', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information3', |
|
|
@ -26,6 +51,29 @@ const commodityManagement = { |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '公司公告', |
|
|
|
meta: {title: '公司公告', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information301', |
|
|
|
code: '060301', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '工作通知', |
|
|
|
meta: {title: '工作通知', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information302', |
|
|
|
code: '060302', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '公示公告', |
|
|
|
meta: {title: '公示公告', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information303', |
|
|
|
code: '060303', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '人才招聘', |
|
|
|
meta: {title: '人才招聘', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information4', |
|
|
@ -40,6 +88,29 @@ const commodityManagement = { |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '关于信息公开', |
|
|
|
meta: {title: '关于信息公开', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information301', |
|
|
|
code: '060501', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '信息公开实施细则', |
|
|
|
meta: {title: '信息公开实施细则', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information302', |
|
|
|
code: '060502', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '公司制度', |
|
|
|
meta: {title: '公司制度', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information303', |
|
|
|
code: '060503', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
name: '联系我们', |
|
|
|
meta: {title: '联系我们', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
] |
|
|
|
} |
|
|
|
] |
|
|
|
}; |
|
|
|