Browse Source

广西导出临时调整

Tony Kang 1 year ago
parent
commit
54998c560b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/building_saas/standard_interface/export/guangxi_common.js

+ 1 - 0
web/building_saas/standard_interface/export/guangxi_common.js

@@ -237,6 +237,7 @@ INTERFACE_EXPORT = (() => {
         }
       }
     }
+    pass = true; // 新要求,不检查清单名称了
     if (pass == false) fail = { hint: `清单:"${data.name ? data.name : ""}",名字不符合规范!`, type: projectName }
 
     return fail;