区分社区版和商业版

This commit is contained in:
刘祥超
2021-07-25 15:44:14 +08:00
parent 051a48bc73
commit 82ff9a2b06
3 changed files with 10 additions and 94 deletions

View File

@@ -38,7 +38,9 @@ func (this *AdvancedHelper) BeforeAction(actionPtr actions.ActionWrapper) (goNex
if teaconst.IsPlus {
tabbar.Add("监控节点", "", "/settings/monitorNodes", "", this.tab == "monitorNodes")
}
tabbar.Add("企业版认证", "", "/settings/authority", "", this.tab == "authority")
if teaconst.BuildPlus {
tabbar.Add("企业版认证", "", "/settings/authority", "", this.tab == "authority")
}
//tabbar.Add("备份", "", "/settings/backup", "", this.tab == "backup")
}