优化wiki文档展示

This commit is contained in:
暮光:城中城
2020-06-19 22:22:52 +08:00
parent 1abcc4f92e
commit cb7cce2b98
19 changed files with 62 additions and 21 deletions

View File

@@ -16,7 +16,6 @@ public class DocSystemController {
return new ModelAndView("/doc-console.html");
}
@AuthMan
@GetMapping("/doc-wiki")
public ModelAndView wiki() {
return new ModelAndView("/doc-wiki.html");