Browse Source

更新menu

qule 3 years ago
parent
commit
ce9e27801e
1 changed files with 13 additions and 3 deletions
  1. 13 3
      src/data/menus.js

+ 13 - 3
src/data/menus.js

@@ -327,9 +327,19 @@ export default [{
     "icon": "icon-Log"
   },
   {
+    "id": "syncmanage",
+    "name": "数据同步管理",
+    "orders": 35,
+    "parentId": "deliver",
+    "appId": "adm",
+    "url": "/syncmanage",
+    "type": "menu",
+    "icon": "icon-Log"
+  },
+  {
     "id": "draw",
     "name": "绘图工具",
-    "orders": 35,
+    "orders": 36,
     "appId": "adm",
     "url": "/draw",
     "type": "menu",
@@ -338,7 +348,7 @@ export default [{
   {
     "id": "topo",
     "name": "拓扑图",
-    "orders": 36,
+    "orders": 37,
     "parentId": "draw",
     "appId": "adm",
     "url": "/draw/topo",
@@ -348,7 +358,7 @@ export default [{
   {
     "id": "plane",
     "name": "平面图",
-    "orders": 37,
+    "orders": 38,
     "parentId": "draw",
     "appId": "adm",
     "url": "/draw/plane",