Parcourir la source

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/Configuration

li.shaoyi il y a 4 ans
Parent
commit
2cd03300a3
1 fichiers modifiés avec 16 ajouts et 3 suppressions
  1. 16 3
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

+ 16 - 3
ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

@@ -1,13 +1,26 @@
 [
     {
         "title": "市场",
-        "rulekey": "market",
+        "rulekey": "client_pc_web_market",
         "code": "market",
-        "path": "/info",
+        "path": "/market",
         "component": "Layout",
         "sort": 1,
         "isshow": true,
-        "children": []
+        "children": [
+            {
+                "title": "期货市场",
+                "rulekey": "client_pc_web_market_futures",
+                "code": "futures",
+                "path": "futures",
+                "component": "views/market/futures/index.vue",
+                "sort": 1,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": []
+            }
+        ]
     },
     {
         "title": "基础设置",