Prechádzať zdrojové kódy

Merge branch 'master' of http://git.cc-lotus.info/customer/service

lrf 8 mesiacov pred
rodič
commit
affb30f6d6

+ 18 - 0
src/main/resources/db/dictType.json

@@ -0,0 +1,18 @@
+[
+  {
+    "title": "是否使用",
+    "code": "is_use"
+  },
+  {
+    "title": "是否",
+    "code": "confirm"
+  },
+  {
+    "title": "菜单类型",
+    "code": "menus_type"
+  },
+  {
+    "title": "图标",
+    "code": "icon"
+  }
+]

+ 2 - 2
src/main/resources/db/role.json

@@ -1,12 +1,12 @@
 [
   {
     "name": "管理员",
-    "menu": ["home", "center_index", "system", "system_dict", "platform", "platform_basic", "platform_role", "user", "user_admin", "user_customer", "user_user"],
+    "menu": ["home", "system", "system_menus", "system_dict", "system_func", "platform", "platform_basic", "platform_role", "users", "users_admin", "users_customer", "users_user", "question", "apply", "dialogue", "center"],
     "is_default": "0"
   },
   {
     "name": "客服人员",
-    "menu": ["home", "center_index"],
+    "menu": ["home", "apply", "dialogue", "center"],
     "is_default": "0"
   }
 ]