mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-17 08:37:44 +00:00
提示语修改
This commit is contained in:
@@ -104,7 +104,7 @@ public class JeecgBootExceptionHandler {
|
|||||||
@ExceptionHandler({UnauthorizedException.class, AuthorizationException.class})
|
@ExceptionHandler({UnauthorizedException.class, AuthorizationException.class})
|
||||||
public Result<?> handleAuthorizationException(AuthorizationException e){
|
public Result<?> handleAuthorizationException(AuthorizationException e){
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
return Result.noauth("没有权限,请管理员授权后,刷新用户缓存或退出重新登录!");
|
return Result.noauth("没有权限,请联系管理员授权,后刷新缓存!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ExceptionHandler(Exception.class)
|
@ExceptionHandler(Exception.class)
|
||||||
|
@@ -51,7 +51,7 @@ public class CommonController {
|
|||||||
*/
|
*/
|
||||||
@GetMapping("/403")
|
@GetMapping("/403")
|
||||||
public Result<?> noauth() {
|
public Result<?> noauth() {
|
||||||
return Result.error("没有权限,请管理员授权后,刷新用户缓存或退出重新登录!");
|
return Result.error("没有权限,请联系管理员授权,后刷新缓存!");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user