新增待办信息
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user