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