From 7f21c52c4b834869fdedd948580a5ac8e5d28301 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 14 八月 2025 17:34:58 +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