[系统用户]实现系统用户的增删改

This commit is contained in:
GoEdgeLab
2020-12-02 23:11:43 +08:00
parent 99283d9b55
commit 02f6638963
25 changed files with 621 additions and 5 deletions

View File

@@ -205,6 +205,11 @@ func (this *UserMustAuth) modules() []maps.Map {
},
},
},
{
"code": "admins",
"name": "系统用户",
"icon": "users",
},
{
"code": "log",
"name": "日志审计",