diff --git a/CPF_Cef/Common/Utils.cs b/CPF_Cef/Common/Utils.cs index 5ab43ad..d3dcf7f 100644 --- a/CPF_Cef/Common/Utils.cs +++ b/CPF_Cef/Common/Utils.cs @@ -119,8 +119,8 @@ namespace AksWebBrowser.Common //删除图片 Task.Run(() => { - File.Delete(Imgpath); - File.Delete(outImgpath); + //File.Delete(Imgpath); + //File.Delete(outImgpath); }); return _base64; } diff --git a/CPF_Cef/MainModel.cs b/CPF_Cef/MainModel.cs index a452c2e..cb492bf 100644 --- a/CPF_Cef/MainModel.cs +++ b/CPF_Cef/MainModel.cs @@ -53,7 +53,7 @@ namespace AKS.EnterpriseLibrary.WebBrowser { //返回内容 string result = string.Empty; - //content = Base64str2(content); + content = Base64str2(content); // Log.Info("收到请求:" + socket.ConnectionInfo.ClientIpAddress + " 请求参数:" + content); if (!string.IsNullOrEmpty(content)) {