From 0e449e6e1d9088f3b56d2df2609d60a04245998c Mon Sep 17 00:00:00 2001 From: Janie <109517022+Janie06@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:44:20 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20=E9=A6=96=E9=A0=81Banner=20Image=20Url?= =?UTF-8?q?=20=20Path=20[WHY]=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/EasyBL.WEBAPP/ShowEasy/IndexService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/IndexService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/IndexService.cs index bcace45..8e82e1f 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/IndexService.cs +++ b/EuroTran/EasyBL.WEBAPP/ShowEasy/IndexService.cs @@ -75,7 +75,7 @@ namespace EasyBL.WEBAPP.SYS if (hasMatch && !FilePathTotal.Contains(image.Image)) { - FilePathTotal.Add(FilePath.FilePath); + FilePathTotal.Add("http://www.origtek.com:9105/" + FilePath.FilePath); } }