fix 角色分配判断是否越权未考虑到子孙角色, 补充一些请求权限注解

This commit is contained in:
DaxPay
2024-10-10 18:36:53 +08:00
parent e72c5ccd32
commit 3e6c4eb92f
7 changed files with 60 additions and 25 deletions

View File

@@ -49,7 +49,10 @@ bootx-platform:
- org.dromara.daxpay.channel
starter:
auth:
enable-admin: true
# 是否启用超级管理员登录
enable-admin: false
# 用户管理列表中是否显示超级管理员
admin-in-list: false
ignore-urls:
- '/actuator/**'
- '/swagger-resources/**'