提示语修改

This commit is contained in:
JEECG
2024-06-20 19:34:15 +08:00
parent f370855683
commit d44945f688
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class CommonController {
*/
@GetMapping("/403")
public Result<?> noauth() {
return Result.error("没有权限,请管理员授权后,刷新用户缓存或退出重新登录!");
return Result.error("没有权限,请联系管理员授权,后刷新缓存!");
}
/**