新增待办信息

This commit is contained in:
2026-01-01 13:01:16 +08:00
parent f7c7b8d6dc
commit 7a44cf1eea
2 changed files with 4 additions and 6 deletions

View File

@@ -133,9 +133,4 @@ public class IpUtils {
return new String[0];
}
}
public static String getServerHttp() {
return "http://" + getLocalIp() + ":" + Global.getProperty("server.port") + FileUtils.path(Global.getProperty("server.servlet.context-path"));
}
}