编译错误提交

Uat_Study
hang 2023-06-28 09:35:00 +08:00
parent 73fb523b3d
commit 808ade6e8d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace IRaCIS.Core.Application.Helper
//jsonObject["testArray"] = JArray.FromObject(generalRules); //jsonObject["testArray"] = JArray.FromObject(generalRules);
// 将更改保存回 Json 文件 // 将更改保存回 Json 文件
File.WriteAllText(jsonFilePath, jsonObject.ToString()); //File.WriteAllText(jsonFilePath, jsonObject.ToString());
} }
} }