Эх сурвалжийг харах

修正:新加config.json字段时,默认为false。

JeffWang 2 жил өмнө
parent
commit
cf5b7b2e31

+ 1 - 1
FactoryTool_CShare/Business/CommonMethod.cs

@@ -1437,7 +1437,7 @@ namespace MOKA_Factory_Tools
             return r.Match(value).Success;
             return r.Match(value).Success;
         }
         }
 
 
-        public static bool InsertJsonConfig(string node, string key, bool value=false)
+        public static bool InsertJsonConfig(string node, string key, bool value = false)
         {
         {
             JObject jObject;
             JObject jObject;
             using (StreamReader file = new StreamReader(LocalPath.localpath + "\\Config.json"))
             using (StreamReader file = new StreamReader(LocalPath.localpath + "\\Config.json"))