ソースを参照

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

JeffWang 2 年 前
コミット
cf5b7b2e31
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FactoryTool_CShare/Business/CommonMethod.cs

+ 1 - 1
FactoryTool_CShare/Business/CommonMethod.cs

@@ -1437,7 +1437,7 @@ namespace MOKA_Factory_Tools
             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;
             using (StreamReader file = new StreamReader(LocalPath.localpath + "\\Config.json"))