pageIndexPage问题
This commit is contained in:
parent
8ded49060c
commit
6a0702fb16
@ -47,7 +47,7 @@ public class IndexRouteController {
|
||||
@GetMapping("index")
|
||||
public ModelAndView goIndex() {
|
||||
if (!StringUtils.isBlank(serverProperties.getDefaultIndexPage())) {
|
||||
return new ModelAndView(new RedirectView(serverProperties.getDefaultHomePage()));
|
||||
return new ModelAndView(new RedirectView(serverProperties.getDefaultIndexPage()));
|
||||
}
|
||||
return new ModelAndView("forward:/default-main");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user