소스 검색

v6 添加现货市场

huangbin 3 년 전
부모
커밋
58bc15ff42
3개의 변경된 파일16개의 추가작업 그리고 4개의 파일을 삭제
  1. BIN
      ERMCP/PCWEB/.DS_Store
  2. 0 0
      ERMCP/PCWEB/Menu/cahe.txt
  3. 16 4
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

BIN
ERMCP/PCWEB/.DS_Store


+ 0 - 0
ERMCP/PCWEB/Menu/cahe.txt


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

@@ -114,7 +114,7 @@
   },
   {
     "title": "市场",
-    "rulekey": "client_pc_web_common_market",
+    "rulekey": "",
     "code": "market",
     "path": "/market",
     "component": "Layout",
@@ -123,18 +123,18 @@
     "children": [
       {
         "title": "期货市场",
-        "rulekey": "client_pc_web_market_futures",
+        "rulekey": "",
         "code": "market_futures",
         "path": "market_futures",
         "component": "Main",
-        "sort": 1,
+        "sort": 10,
         "isshow": true,
         "url": "",
         "remark": "",
         "children": [
           {
             "title": "期货市场",
-            "rulekey": "client_pc_web_market_futures_tab",
+            "rulekey": "",
             "code": "market_futures_tab",
             "path": "market_futures_tab",
             "component": "views/market/futures/index.vue",
@@ -153,6 +153,18 @@
             ]
           }
         ]
+      },
+      {
+        "title": "现货市场",
+        "rulekey": "",
+        "code": "market_spot",
+        "path": "market_spot",
+        "component": "Main",
+        "sort": 20,
+        "isshow": true,
+        "url": "",
+        "remark": "",
+        "children": []
       }
     ]
   },