فهرست منبع

/enterprise默认重定向到人才库

lifanagju_citu 11 ماه پیش
والد
کامیت
a54f1fd04e
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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,