zhengnaiwen_citu 1 éve
szülő
commit
ee3297274c
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/router/modules/remaining.js

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

@@ -1,8 +1,8 @@
-import personel from './personal'
+import personal from './personal'
 import enterprise from './enterprise'
 
 const type  = 0
-const items = type ? personel : enterprise
+const items = type ? personal : enterprise
 const remainingRouter = [
   {
     path: '/',