修改域名
This commit is contained in:
@@ -12,7 +12,7 @@ public class RichFreeMarkerView extends FreeMarkerView {
|
|||||||
protected void exposeHelpers(Map<String, Object> model, HttpServletRequest request)
|
protected void exposeHelpers(Map<String, Object> model, HttpServletRequest request)
|
||||||
throws Exception {
|
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();
|
// String baseUrl = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
|
||||||
|
|
||||||
model.put("contextPath", request.getContextPath());
|
model.put("contextPath", request.getContextPath());
|
||||||
|
|||||||
Reference in New Issue
Block a user