后台变量提交

This commit is contained in:
wangxin
2018-08-31 20:28:33 +08:00
parent 041d76e918
commit 2831badaad

View File

@@ -151,9 +151,6 @@ public class LoginController extends BaseController {
}
model.addAttribute("adminPath", adminPath);
model.addAttribute("log_time_start",Constants.LOG_TIME_START);
model.addAttribute("log_time_range",Constants.LOG_TIME_RANGE);
model.addAttribute("log_total",this.getMsgProp().getProperty("log_total"));
return "/home";
}