带阿里标识的版本
This commit is contained in:
@@ -426,6 +426,31 @@ func (this *userMustAuth) modules(userId int64, isVerified bool, isIdentified bo
|
||||
},**/
|
||||
},
|
||||
},
|
||||
{
|
||||
"code": "httpdns",
|
||||
"name": "HTTPDNS",
|
||||
"icon": "shield alternate",
|
||||
"isOn": registerConfig != nil &&
|
||||
registerConfig.HTTPDNSIsOn &&
|
||||
lists.ContainsString(featureCodes, userconfigs.UserFeatureCodeHTTPDNS),
|
||||
"subItems": []maps.Map{
|
||||
{
|
||||
"name": "应用管理",
|
||||
"code": "app",
|
||||
"url": "/httpdns/apps",
|
||||
},
|
||||
{
|
||||
"name": "访问日志",
|
||||
"code": "resolveLogs",
|
||||
"url": "/httpdns/resolveLogs",
|
||||
},
|
||||
{
|
||||
"name": "解析测试",
|
||||
"code": "sandbox",
|
||||
"url": "/httpdns/sandbox",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"code": "finance",
|
||||
"name": "财务管理",
|
||||
|
||||
Reference in New Issue
Block a user