lu
2024-12-06 770c671fb4ad9bf3691b1250bc10f9c4087edf97
DevApp/Gs.DevApp/UserControl/UCUpFile.cs
@@ -86,7 +86,7 @@
        private async Task UploadFileAsync(string url, string filePath)
        {
            UcLoading _loading = new UcLoading();
            string _parentGuid = parentGuid;
            using (var httpClient = new HttpClient())
                try
@@ -112,7 +112,7 @@
                    Gs.DevApp.ToolBox.MsgHelper.ShowError(ex.Message);
                }
            _loading.Close();
        }
        #endregion