更新2.1.1版本,优化代码提示

This commit is contained in:
孟帅
2023-01-18 16:47:07 +08:00
parent 87c27a17a3
commit 4348aeaa3b
11 changed files with 25 additions and 102 deletions

View File

@@ -57,6 +57,7 @@ func HandlerFilterAuth(m *gdb.Model) *gdb.Model {
panic(fmt.Sprintf("HandlerFilterAuth Failed to role information err2:%+v", err))
}
// TODO 当前不是完整功能,预计在下个版本中完善
switch roleModel.DataScope {
case consts.RoleDataAll: // 全部权限
// ...