From 540fc5ffc0db7ba2c01866f4079b3daae4a27e9b Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 06 八月 2025 15:55:57 +0800 Subject: [PATCH] 退补料完成 --- service/base/LoginService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service/base/LoginService.cs b/service/base/LoginService.cs index 89fcf9d..17260f7 100644 --- a/service/base/LoginService.cs +++ b/service/base/LoginService.cs @@ -71,7 +71,7 @@ var icoimg = ""; if (mesFile != null) - icoimg = "http://192.168.1.145:81/upload/" + + icoimg = "http://192.168.1.187:81/upload/" + mesFile.UrlPath; groupObj.child.Add(new MesSysPageview -- Gitblit v1.9.3