Browse Source

fix: personal

zhengnaiwen_citu 1 năm trước cách đây
mục cha
commit
ee3297274c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: '/',