|
@@ -157,7 +157,7 @@ func (this *BigVipBaseMsg) CheckBigVipFrontPower(reqFlag string) (pass bool) {
|
|
|
}
|
|
|
|
|
|
func (this *BigVipBaseMsg) CheckBigVipBackPower(reqFlag string) (pass bool) {
|
|
|
- if this.Viper && (reqFlag == "entPortrait" || reqFlag == "entDetail" || reqFlag == "entFollow") {
|
|
|
+ if this.Viper && (reqFlag == "entPortrait" || reqFlag == "entDetail") {
|
|
|
return true
|
|
|
}
|
|
|
return this.checkPower(reqFlag, BackService)
|