增加套餐相关代码

This commit is contained in:
刘祥超
2021-10-29 14:02:01 +08:00
parent 81e749dc60
commit 1f91e57d56
12 changed files with 324 additions and 10 deletions

View File

@@ -374,6 +374,21 @@ func (this *userMustAuth) modules(actionPtr actions.ActionWrapper, adminId int64
"icon": "yen sign",
"isOn": teaconst.IsPlus,
},
/**{
"code": "plans",
"module": configloaders.AdminModuleCodePlan,
"name": "套餐管理",
"icon": "puzzle piece",
"isOn": teaconst.IsPlus,
"subItems": []maps.Map{
{
"name": "已购套餐",
"url": "/plans/userPlans",
"code": "userPlans",
"isOn": teaconst.IsPlus,
},
},
},**/
{
"code": "admins",
"module": configloaders.AdminModuleCodeAdmin,