zhangxinlei1996 4 年之前
父節點
當前提交
b1cf2c8f66
共有 1 個文件被更改,包括 1 次插入1 次删除
  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

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