From 80aa0cb51bc007f85c74c2cad0fb8e24a60cb371 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 11 九月 2025 17:30:19 +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 17260f7..8aabbb9 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.187:81/upload/" + + icoimg = "http://116.148.211.203:81/upload/" + mesFile.UrlPath; groupObj.child.Add(new MesSysPageview -- Gitblit v1.9.3