预览演示首页重构 (#403)

bootstrap3更新
首页重构
Co-authored-by: wusongda <wusongda@keking.cn>
This commit is contained in:
wsd7747
2022-11-21 15:01:19 +08:00
committed by GitHub
parent a3f91641dd
commit 8c8d596c43
16 changed files with 1391 additions and 856 deletions

View File

@ -16,6 +16,16 @@ public class IndexController {
return "index";
}
@GetMapping( "/record")
public String go2Record(){
return "record";
}
@GetMapping( "/comment")
public String go2Comment(){
return "comment";
}
@GetMapping( "/")
public String root() {
return "redirect:/index";