新增待办信息

This commit is contained in:
2026-01-01 12:48:39 +08:00
parent 4ef6bc5b68
commit f7c7b8d6dc
4 changed files with 41 additions and 26 deletions

View File

@@ -136,7 +136,6 @@ public class IpUtils {
public static String getServerHttp() {
return "http://" + getLocalIp() + ":" + Global.getProperty("server.port") + FileUtils.path("/"
+ Global.getProperty("server.servlet.context-path"));
return "http://" + getLocalIp() + ":" + Global.getProperty("server.port") + FileUtils.path(Global.getProperty("server.servlet.context-path"));
}
}