Xiao_123 il y a 5 mois
Parent
commit
2c1f2e7d6c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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