|
@@ -11,90 +11,6 @@ var routers = [
|
|
|
title: '人员管理'
|
|
title: '人员管理'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: '/base/enterpriseInfo/list',
|
|
|
|
|
- name: 'baseEnterpriseInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/enterpriseInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '企业管理'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/newsInfo/list',
|
|
|
|
|
- name: 'baseNewsInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/newsInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '新闻管理'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/jobInformationInfo/list',
|
|
|
|
|
- name: 'baseJobInformationInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/jobInformationInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '求职信息管理'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/recruitInformationInfo/list',
|
|
|
|
|
- name: 'baseRecruitInformationInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/recruitInformationInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '招聘信息管理'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/shareWorksInfo/list',
|
|
|
|
|
- name: 'baseShareWorksInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/shareWorksInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '共享用工信息'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/trainingInfo/list',
|
|
|
|
|
- name: 'baseTrainingInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/trainingInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '技能培训信息'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: '/base/mobileBannerInfo/list',
|
|
|
|
|
- name: 'baseMobileBannerInfoList',
|
|
|
|
|
- // route level code-splitting
|
|
|
|
|
- // this generates a separate chunk (about.[hash].js) for this route
|
|
|
|
|
- // which is lazy-loaded when the route is visited.
|
|
|
|
|
- component: () => import('@/views/base/mobileBannerInfo-list.vue'),
|
|
|
|
|
- meta: {
|
|
|
|
|
- roles: ["admin"],
|
|
|
|
|
- title: '移动端首页图'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
export default routers;
|
|
export default routers;
|