|
@@ -166,7 +166,7 @@ func (this *BigVipBaseMsg) CheckBigVipBackPower(reqFlag string) (pass bool) {
|
|
if reqFlag == "entDetail" { //企业基本信息接口 无权限控制
|
|
if reqFlag == "entDetail" { //企业基本信息接口 无权限控制
|
|
return true
|
|
return true
|
|
}
|
|
}
|
|
- if this.Viper && (reqFlag == "entPortrait" || reqFlag == "entDetail" || reqFlag == "search") {
|
|
|
|
|
|
+ if this.Viper && (reqFlag == "entPortrait" || reqFlag == "entDetail") {
|
|
return true
|
|
return true
|
|
}
|
|
}
|
|
return this.checkPower(reqFlag, BackService)
|
|
return this.checkPower(reqFlag, BackService)
|