Browse Source

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 11 months ago
parent
commit
3df73b57e7
1 changed files with 4 additions and 0 deletions
  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,