更新2.1.2版本,优化部门、角色权限,增加上下级关系;增加登录、系统、短信日志;优化省市区编码

This commit is contained in:
孟帅
2023-01-25 11:49:21 +08:00
parent 11fad0132d
commit 93e0fe7250
190 changed files with 35896 additions and 7208 deletions

View File

@@ -30,8 +30,8 @@ func Admin(ctx context.Context, group *ghttp.RouterGroup) {
common.Site, // 基础
common.Console, // 控制台
common.Ems, // 邮件
common.Sms, // 短信
common.Upload, // 上传
sys.Log, // 日志
sys.Config, // 配置
sys.DictType, // 字典类型
sys.DictData, // 字典数据
@@ -41,6 +41,10 @@ func Admin(ctx context.Context, group *ghttp.RouterGroup) {
sys.CronGroup, // 定时任务分组
sys.Blacklist, // 黑名单
sys.GenCodes, // 生成代码
sys.Log, // 访问日志
sys.LoginLog, // 登录日志
sys.ServeLog, // 服务日志
sys.SmsLog, // 短信记录
admin.Member, // 用户
admin.Monitor, // 监控
admin.Role, // 路由