Xiao_123 5 tháng trước cách đây
mục cha
commit
2c1f2e7d6c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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