From 211cde68f452f0e52b1c1dfedbb1d5490cb470aa Mon Sep 17 00:00:00 2001 From: wangbin Date: Thu, 31 Jul 2025 15:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E7=85=A7=E7=89=87=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4c45ec3..7ae8788 100644 --- a/main.go +++ b/main.go @@ -1272,7 +1272,7 @@ func UpdateCurrentImg(CPath string) { if strings.Contains(CPath, "/") { // // imgCurrentPersonPath = CFLXCfig.SeverData.HttpFileUrl + "PersonImage" + CPath[strings.LastIndex(CPath, "/"):] - imgCurrentPersonPath = "./PersonImage" + CPath[strings.LastIndex(CPath, "/"):] + imgCurrentPersonPath = "./public/upload" + CPath[strings.LastIndex(CPath, "/"):] } else { imgCurrentPersonPath = "" }