wangshan 4 anni fa
parent
commit
af6d4a4cbb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/jfw/modules/common/src/qfw/util/jy/bigVipPower.go

+ 1 - 1
src/jfw/modules/common/src/qfw/util/jy/bigVipPower.go

@@ -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)