yuantianjiao 6 år sedan
förälder
incheckning
ccb82180af
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4
    3
      src/pages/system/page.js

+ 4
- 3
src/pages/system/page.js Visa fil

@@ -2,8 +2,8 @@
2 2
 import system from './index' // 系统首页
3 3
 
4 4
 import channelList from './channelManager/channelList/index' // 渠道管理
5
-import customerList from './customerManagement/customerList/index'//会员列表
6
-import roleList from './roleManagement/roleList/index' //角色列表
5
+import customerList from './customerManagement/customerList/index' // 会员列表
6
+import roleList from './roleManagement/roleList/index' // 角色列表
7 7
 import caseInfo from './caseManger/caseInfo/index' // 案场信息
8 8
 import keyManger from './caseManger/keyManger/index' // 钥匙管理
9 9
 import caseAreaManger from './caseManger/caseAreaManger/index' // 案场区域管理
@@ -48,7 +48,8 @@ export default {
48 48
       }, {
49 49
         path: 'roleList',
50 50
         name: 'roleList',
51
-        component: roleList,],
51
+        component: roleList
52
+      }],
52 53
     },
53 54
   ],
54 55
 }