Commit 392d5f01 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 当password.json 不存在时,无法加载 default的默认文件

parent 2367fdf2
...@@ -249,8 +249,10 @@ namespace FLY.Thick.Base.UI ...@@ -249,8 +249,10 @@ namespace FLY.Thick.Base.UI
if (!File.Exists(file_path)) if (!File.Exists(file_path))
{
check_db();
return; return;
}
string json = File.ReadAllText(file_path); string json = File.ReadAllText(file_path);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment