Xiao_123 1 year ago
parent
commit
029db98e3c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/router/modules/remaining.js

+ 3 - 3
src/router/modules/remaining.js

@@ -5,9 +5,9 @@ import Layout from '@/layout'
 
 
 // const type  = 0
 // const type  = 0
 const routeArray = [
 const routeArray = [
-  recruit,
-  personal,
-  enterprise
+  ...recruit,
+  ...personal,
+  ...enterprise
 ]
 ]
 // const items = routeArray[type]
 // const items = routeArray[type]
 const remainingRouter = [
 const remainingRouter = [