Explorar o código

/enterprise默认重定向到人才库

lifanagju_citu hai 11 meses
pai
achega
a54f1fd04e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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,