|
|
@ -1,4 +1,5 @@ |
|
|
|
import Layout from '@/views/layout/Layout' |
|
|
|
import AppMain from '@/views/layout/components/AppMain' |
|
|
|
|
|
|
|
const commodityManagement = { |
|
|
|
path: '/information', |
|
|
@ -8,9 +9,9 @@ const commodityManagement = { |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information1', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
code: '0601', |
|
|
|
// name: '基本信息',
|
|
|
|
component: AppMain, |
|
|
|
name: '基本信息', |
|
|
|
meta: {title: '基本信息', noCache: true, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@ -23,7 +24,7 @@ const commodityManagement = { |
|
|
|
{ |
|
|
|
path: '/information102', |
|
|
|
code: '060102', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '重要人事变动', |
|
|
|
meta: {title: '重要人事变动', noCache: false, affix: false}, |
|
|
|
} |
|
|
@ -32,14 +33,14 @@ const commodityManagement = { |
|
|
|
{ |
|
|
|
path: '/information2', |
|
|
|
code: '0602', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
// name: '经营管理',
|
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '经营管理', |
|
|
|
meta: {title: '经营管理', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information201', |
|
|
|
code: '060201', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '重大改革重组', |
|
|
|
meta: {title: '重大改革重组', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -48,28 +49,28 @@ const commodityManagement = { |
|
|
|
{ |
|
|
|
path: '/information3', |
|
|
|
code: '0603', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '公司公告', |
|
|
|
meta: {title: '公司公告', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information301', |
|
|
|
code: '060301', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '工作通知', |
|
|
|
meta: {title: '工作通知', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information302', |
|
|
|
code: '060302', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '公示公告', |
|
|
|
meta: {title: '公示公告', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information303', |
|
|
|
code: '060303', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '人才招聘', |
|
|
|
meta: {title: '人才招聘', noCache: false, affix: false}, |
|
|
|
}, |
|
|
@ -78,28 +79,28 @@ const commodityManagement = { |
|
|
|
{ |
|
|
|
path: '/information4', |
|
|
|
code: '0604', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '社会责任', |
|
|
|
meta: {title: '社会责任', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information5', |
|
|
|
code: '0605', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: AppMain, |
|
|
|
name: '关于信息公开', |
|
|
|
meta: {title: '关于信息公开', noCache: false, affix: false}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/information301', |
|
|
|
code: '060501', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '信息公开实施细则', |
|
|
|
meta: {title: '信息公开实施细则', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/information302', |
|
|
|
code: '060502', |
|
|
|
component: () => import('@/views/richText/index'), |
|
|
|
component: () => import('@/views/lists/index'), |
|
|
|
name: '公司制度', |
|
|
|
meta: {title: '公司制度', noCache: false, affix: false}, |
|
|
|
}, |
|
|
|