修改域名

This commit is contained in:
dimengzhe
2025-05-12 14:52:22 +08:00
parent f3b2b7e866
commit 6166fee301

View File

@@ -12,7 +12,7 @@ public class RichFreeMarkerView extends FreeMarkerView {
protected void exposeHelpers(Map<String, Object> model, HttpServletRequest request)
throws Exception {
String baseUrl = "http://aos.yyundong.com" + request.getContextPath();
String baseUrl = "http://netsafe.yxtsoft.com" + request.getContextPath();
// String baseUrl = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
model.put("contextPath", request.getContextPath());