refactor: 动态路由调整&分隔面板使用element自带组件

This commit is contained in:
meilin.huang
2025-06-09 21:18:55 +08:00
parent aac4c2b42b
commit cc66fcddf5
34 changed files with 179 additions and 174 deletions

View File

@@ -12,6 +12,6 @@ func (la *LoginAccount) GetAesKey() string {
// 系统账号
var SysAccount = &LoginAccount{
Id: 1,
Username: "system",
Id: 0,
Username: "-",
}