yuantianjiao 6 vuotta sitten
vanhempi
commit
d090ccdccc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/pages/system/page.js

+ 2
- 2
src/pages/system/page.js Näytä tiedosto

@@ -40,12 +40,12 @@ export default {
40 40
         name: 'caseTableManger',
41 41
         component: caseTableManger,
42 42
         children: [],
43
-      }, {
43
+      }, { // 会员列表
44 44
         path: 'customerList',
45 45
         name: 'customerList',
46 46
         component: customerList,
47 47
         children: [],
48
-      }, {
48
+      }, { // 角色列表
49 49
         path: 'roleList',
50 50
         name: 'roleList',
51 51
         component: roleList