Xiao_123 5 달 전
부모
커밋
2c1f2e7d6c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/modules/common.js

+ 2 - 2
src/router/modules/common.js

@@ -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