重构控制台首页

This commit is contained in:
暮光:城中城
2019-06-27 22:42:06 +08:00
parent 968bbb5f5a
commit f144e77035
53 changed files with 13353 additions and 24 deletions

View File

@@ -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")