补充无权访问页面

This commit is contained in:
fjy8018@qq.com
2018-07-06 15:47:37 +08:00
parent 0be0ccf113
commit 837c7f58d5
2 changed files with 20 additions and 0 deletions

View File

@@ -24,4 +24,8 @@ public class NavController {
return "admin success";
}
@RequestMapping("/unauthorized")
public String unauthorized() {
return "unauthorized";
}
}