调整权限控制

This commit is contained in:
TinyAnts 2022-09-15 17:43:27 +08:00
parent 05fdcfd368
commit c8a940b6e1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class AdminConfig {
"system:dept:list", // 所有部门 "system:dept:list", // 所有部门
"setting:dict:type:all", // 所有字典类型 "setting:dict:type:all", // 所有字典类型
"setting:dict:data:all", // 所有字典数据 "setting:dict:data:all", // 所有字典数据
"article:cate:all", // 所有文章分类
}; };
} }