用户操作权限增加角色权限过滤,优化角色/部门关系树生成,修复验证码空参数不验证问题

This commit is contained in:
孟帅
2023-08-02 17:38:40 +08:00
parent e941e52d3e
commit 3df5236623
28 changed files with 1097 additions and 887 deletions

View File

@@ -5,15 +5,4 @@
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package global
import (
"runtime"
)
var (
// RootPtah 运行根路径
RootPtah string
// SysType 操作系统类型 windows | linux
SysType = runtime.GOOS
// JaegerSwitch 链路追踪开关
JaegerSwitch bool
)
// 在这里可以配置一些全局公用的变量