补充无权访问页面
This commit is contained in:
@@ -24,4 +24,8 @@ public class NavController {
|
||||
return "admin success";
|
||||
}
|
||||
|
||||
@RequestMapping("/unauthorized")
|
||||
public String unauthorized() {
|
||||
return "unauthorized";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user