|
@ -177,7 +177,6 @@ public class CommonPageController extends BaseController {
|
|
|
" {id: 99, pid: 9, text: '<spring:message code=\"title.app.manage\"/>', url: '${contextRoot}/app/initial'}]";
|
|
|
model.addAttribute("menu", menu);
|
|
|
|
|
|
|
|
|
model.addAttribute("contentPage", "/common/index");
|
|
|
return "pageView";
|
|
|
}
|
|
@ -248,7 +247,8 @@ public class CommonPageController extends BaseController {
|
|
|
|
|
|
|
|
|
model.addAttribute("contentPage", "/common/index");
|
|
|
|
|
|
//从此处登入不显示logo(标识showLogo==false)
|
|
|
model.addAttribute("showLogo", "false");
|
|
|
|
|
|
return "pageView";
|
|
|
}
|