zs 8 mesiacov pred
rodič
commit
3c152ea9ba
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  1. 11 0
      src/main/resources/db/menus.json

+ 11 - 0
src/main/resources/db/menus.json

@@ -123,6 +123,7 @@
   },
   {
     "name": "题库管理",
+    "order_num": 5,
     "path": "/question",
     "type": "1",
     "is_default": "0",
@@ -130,6 +131,16 @@
     "route_name": "question",
     "icon":"el-icon-question"
   },
+  {
+    "name": "会话申请",
+    "order_num": 6,
+    "path": "/apply",
+    "type": "1",
+    "is_default": "0",
+    "is_use": "0",
+    "route_name": "apply",
+    "icon":"el-icon-chat-dot-square"
+  },
   {
     "name": "个人中心",
     "order_num": 1000,