|
@@ -3,7 +3,6 @@
|
|
import headhunting from './components/headhunting'
|
|
import headhunting from './components/headhunting'
|
|
|
|
|
|
const common = [
|
|
const common = [
|
|
- ...headhunting,
|
|
|
|
{
|
|
{
|
|
path: '', // 门墩项目列表/项目入口页
|
|
path: '', // 门墩项目列表/项目入口页
|
|
redirect: '/recruitHome',
|
|
redirect: '/recruitHome',
|
|
@@ -104,7 +103,8 @@ const common = [
|
|
title: '人才详情',
|
|
title: '人才详情',
|
|
hideSide: true
|
|
hideSide: true
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ ...headhunting
|
|
]
|
|
]
|
|
|
|
|
|
export default common
|
|
export default common
|