Browse Source

/enterprise默认重定向到人才库

lifanagju_citu 11 tháng trước cách đây
mục cha
commit
a54f1fd04e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/router/modules/enterprise.js

+ 4 - 0
src/router/modules/enterprise.js

@@ -2,6 +2,10 @@
 import Layout from '@/layout/enterprise.vue'
 
 const enterprise = [
+  {
+    path: '/enterprise',
+    redirect: '/enterprise/talentPool',
+  },
   {
     path: '/enterprise/talentPool',
     component: Layout,