zhengnaiwen_citu 1 год назад
Родитель
Сommit
ee3297274c
1 измененных файлов с 2 добавлено и 2 удалено
  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: '/',