From 403ea7307ae68d9a65e92ac65ce5f38a5e736847 Mon Sep 17 00:00:00 2001 From: berlin-tzen Date: Wed, 1 Feb 2023 18:38:21 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20=E5=8A=A0=E5=85=A5=E5=B1=95=E8=A6=BD?= =?UTF-8?q?=E5=8D=A1=E7=89=87Logo=E9=80=A3=E7=B5=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj | 1 + EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj b/EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj index 57a3073..35ec768 100644 --- a/EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj +++ b/EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj @@ -62,6 +62,7 @@ ..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs index 48466f7..a58fcc0 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs +++ b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs @@ -844,7 +844,10 @@ namespace EasyBL.WEBAPP.SYS var LogoFile = fm_qry.FindOneByIDs(Exhibition.Logo); if (LogoFile != null) { - Cards[Exhibition.ExhibitionID].Logo = LogoFile.FilePath; + + var Server = Common.ConfigGetValue("", "ida:RedirectUri"); + Cards[Exhibition.ExhibitionID].Logo = Server +"/"+ LogoFile.FilePath.Replace("\\", "/"); + } if (Info != null) {