You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
4.5 KiB

3 years ago
import Layout from '@/views/layout/Layout'
const commodityManagement = {
path: '/information',
component: Layout,
code: '0600',
3 years ago
meta: {title: '信息公开', icon: 'dingdan', noCache: true, affix: false},
children: [
{
path: '/information1',
3 years ago
component: () => import('@/views/richText/index'),
3 years ago
code: '0601',
// 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},
}
]
3 years ago
},
{
path: '/information2',
code: '0602',
component: () => import('@/views/richText/index'),
// name: '经营管理',
3 years ago
meta: {title: '经营管理', noCache: false, affix: false},
children: [
{
path: '/information201',
code: '060201',
component: () => import('@/views/richText/index'),
name: '重大改革重组',
meta: {title: '重大改革重组', noCache: false, affix: false},
},
]
3 years ago
},
{
path: '/information3',
code: '0603',
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},
},
]
3 years ago
},
{
path: '/information4',
code: '0604',
component: () => import('@/views/richText/index'),
name: '社会责任',
meta: {title: '社会责任', noCache: false, affix: false},
},
{
path: '/information5',
code: '0605',
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},
},
]
3 years ago
}
]
};
export default commodityManagement