mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
实现基础的通知媒介管理
This commit is contained in:
@@ -224,10 +224,18 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
|
||||
"icon": "yen sign",
|
||||
},
|
||||
{
|
||||
"code": "admins",
|
||||
"module": configloaders.AdminModuleCodeAdmin,
|
||||
"name": "系统用户",
|
||||
"icon": "user secret",
|
||||
"code": "admins",
|
||||
"module": configloaders.AdminModuleCodeAdmin,
|
||||
"name": "系统用户",
|
||||
"subtitle": "用户列表",
|
||||
"icon": "user secret",
|
||||
"subItems": []maps.Map{
|
||||
{
|
||||
"name": "通知媒介",
|
||||
"url": "/admins/recipients",
|
||||
"code": "recipients",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"code": "log",
|
||||
|
||||
Reference in New Issue
Block a user