重构控制台首页
This commit is contained in:
@@ -14,7 +14,7 @@ public class DocSystemController {
|
||||
|
||||
@GetMapping("/")
|
||||
public ModelAndView home() {
|
||||
return new ModelAndView("redirect:/static/manage/home.html");
|
||||
return new ModelAndView("/doc-console.html");
|
||||
}
|
||||
|
||||
@GetMapping("/doc-wiki")
|
||||
|
||||
Reference in New Issue
Block a user