Browse Source

feat: 隐藏甘肃张掖接口

vian 4 years ago
parent
commit
22a7b99ce6
1 changed files with 10 additions and 2 deletions
  1. 10 2
      web/building_saas/standard_interface/config.js

+ 10 - 2
web/building_saas/standard_interface/config.js

@@ -103,13 +103,21 @@ const INTERFACE_CONFIG = (() => {
         [CONTROL]: '.xjglkzjx',
       },
     },
-    '甘肃@张掖': {
+    /* '甘肃@张掖': {
       scriptName: 'anhui_maanshan.js',
       fileSuffix: {
         [BID_INVITATION]: '.ZYEGLZB',
         [BID_SUBMISSION]: '.ZYEGLTB',
         [CONTROL]: '.ZYEGLKZJ',
       },
-    }
+    }, */
+   /*  '浙江@宁海': {
+      scriptName: 'zhejiang_ninghai.js',
+      fileSuffix: {
+        [BID_INVITATION]: '.zjglzb',
+        [BID_SUBMISSION]: '.zjgltb',
+        [CONTROL]: '.zjglzbkzj',
+      },
+    } */
   };
 })()