Tony Kang il y a 1 an
Parent
commit
f384432d51

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

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