Explorar el Código

fix: personal

zhengnaiwen_citu hace 1 año
padre
commit
ee3297274c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: '/',