预览演示首页重构 (#403)
bootstrap3更新 首页重构 Co-authored-by: wusongda <wusongda@keking.cn>
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user