Bläddra i källkod

fix: personal

zhengnaiwen_citu 1 år sedan
förälder
incheckning
ee3297274c
1 ändrade filer med 2 tillägg och 2 borttagningar
  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: '/',