|
@@ -392,68 +392,68 @@ const enterprise = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/recruit/enterprise/newlyAppointed',
|
|
|
|
- component: Layout,
|
|
|
|
- name: 'Newly Appointed',
|
|
|
|
- meta: {
|
|
|
|
- title: '门墩儿新任命',
|
|
|
|
- enName: 'Newly Appointed',
|
|
|
|
- icon: 'mdi-new-box'
|
|
|
|
- },
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: '/recruit/enterprise/newlyAppointed',
|
|
|
|
- show: true,
|
|
|
|
- component: () => import('@/views/recruit/enterprise/newlyAppointed/index.vue')
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
// {
|
|
// {
|
|
|
|
+ // path: '/recruit/enterprise/newlyAppointed',
|
|
// component: Layout,
|
|
// component: Layout,
|
|
- // path: '/recruit/enterprise/talentMap',
|
|
|
|
- // redirect: '/recruit/enterprise/talentMap/newlyAppointed',
|
|
|
|
- // name: 'TalentMap',
|
|
|
|
|
|
+ // name: 'Newly Appointed',
|
|
// meta: {
|
|
// meta: {
|
|
- // title: '人才地图',
|
|
|
|
- // enName: 'Talent Map',
|
|
|
|
- // icon: 'mdi-map-marker-account-outline',
|
|
|
|
|
|
+ // title: '门墩儿新任命',
|
|
|
|
+ // enName: 'Newly Appointed',
|
|
|
|
+ // icon: 'mdi-new-box'
|
|
// },
|
|
// },
|
|
// children: [
|
|
// children: [
|
|
// {
|
|
// {
|
|
- // path: '/recruit/enterprise/talentMap/newlyAppointed',
|
|
|
|
- // meta: {
|
|
|
|
- // title:'门墩儿新任命',
|
|
|
|
- // enName: 'Newly Appointed'
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/newTalentMap/newlyAppointed/index.vue')
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/talentMap/talentMatching',
|
|
|
|
- // meta: {
|
|
|
|
- // title:'骐骥之才',
|
|
|
|
- // enName: 'Talent matching'
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/newTalentMap/talentMatching/index.vue')
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/talentMap/tagManagement',
|
|
|
|
- // meta: {
|
|
|
|
- // title: '标签管理',
|
|
|
|
- // enName: 'Tag Management '
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/newTalentMap/tag/index.vue')
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // path: '/recruit/enterprise/talentMap/labeling',
|
|
|
|
- // meta: {
|
|
|
|
- // title: '人才标注',
|
|
|
|
- // enName: 'Talent labeling '
|
|
|
|
- // },
|
|
|
|
- // component: () => import('@/views/recruit/enterprise/newTalentMap/labeling/index.vue')
|
|
|
|
|
|
+ // path: '/recruit/enterprise/newlyAppointed',
|
|
|
|
+ // show: true,
|
|
|
|
+ // component: () => import('@/views/recruit/enterprise/newlyAppointed/index.vue')
|
|
// }
|
|
// }
|
|
// ]
|
|
// ]
|
|
// },
|
|
// },
|
|
|
|
+ {
|
|
|
|
+ component: Layout,
|
|
|
|
+ path: '/recruit/enterprise/talentMap',
|
|
|
|
+ redirect: '/recruit/enterprise/talentMap/newlyAppointed',
|
|
|
|
+ name: 'TalentMap',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '人才地图',
|
|
|
|
+ enName: 'Talent Map',
|
|
|
|
+ icon: 'mdi-map-marker-account-outline',
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/talentMap/newlyAppointed',
|
|
|
|
+ meta: {
|
|
|
|
+ title:'门墩儿新任命',
|
|
|
|
+ enName: 'Newly Appointed'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/newTalentMap/newlyAppointed/index.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/talentMap/talentMatching',
|
|
|
|
+ meta: {
|
|
|
|
+ title:'骐骥之才',
|
|
|
|
+ enName: 'Talent matching'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/newTalentMap/talentMatching/index.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/talentMap/tagManagement',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '标签管理',
|
|
|
|
+ enName: 'Tag Management '
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/newTalentMap/tag/index.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/talentMap/labeling',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '人才标注',
|
|
|
|
+ enName: 'Talent labeling '
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/newTalentMap/labeling/index.vue')
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/recruit/enterprise/contactUs',
|
|
path: '/recruit/enterprise/contactUs',
|
|
component: Layout,
|
|
component: Layout,
|