From cff44adf446db4530e96eadb72bfa5d3824e8fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Fri, 31 May 2024 17:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=97=8B=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CPF_Cef/Common/Utils.cs | 4 ++-- CPF_Cef/MainModel.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)) {