2dust 2024-11-17 16:18:46 +08:00
parent 7cf9b9f57e
commit 30a838df77
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ namespace ServiceLib.ViewModels
{
return;
}
var result = await CoreConfigHandler.GenerateClientConfig(item, null);
var result = await CoreConfigHandler.GenerateClientConfig(item, fileName);
if (result.Success != true)
{
NoticeHandler.Instance.Enqueue(result.Msg);