实现登录拦截器

This commit is contained in:
F嘉阳
2018-02-05 20:14:12 +08:00
parent 8e4fde4e4f
commit c048cc2358
7 changed files with 96 additions and 7 deletions

View File

@@ -19,4 +19,9 @@ public class NavController {
public String toTestAxiosPage(){
return "/dist/axiosTest";
}
@GetMapping(value = {"/home"})
public String toHomePage(){
return "/home/home";
}
}