实现登录拦截器
This commit is contained in:
@@ -19,4 +19,9 @@ public class NavController {
|
||||
public String toTestAxiosPage(){
|
||||
return "/dist/axiosTest";
|
||||
}
|
||||
|
||||
@GetMapping(value = {"/home"})
|
||||
public String toHomePage(){
|
||||
return "/home/home";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user