日志总量th动态替换

This commit is contained in:
wangxin
2018-08-31 20:24:43 +08:00
parent e5890dd424
commit 041d76e918
5 changed files with 42 additions and 2 deletions

View File

@@ -151,6 +151,9 @@ 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";
}