Browse Source

wip:新增页面权限判断

wangkaiyue 2 years ago
parent
commit
e7fd7090b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/app/src/app/front/bigMember.go

+ 1 - 1
src/jfw/modules/app/src/app/front/bigMember.go

@@ -13,7 +13,7 @@ type NewBigMemberAction struct {
 	powerClear     xweb.Mapper `xweb:"/jyapp/bigMember/powerClear"` //大会员清除redis 服务id缓存
 	powerClear     xweb.Mapper `xweb:"/jyapp/bigMember/powerClear"` //大会员清除redis 服务id缓存
 }
 }
 
 
-var freePageReg = regexp.MustCompile(`full|landingPage|pro_follow_detail|buy_commit|push_setting_detail|land_setting|push_settings|contrast|orderdetail_.*|write_infor|init|set_.*|ontrial_commit|bid_.*|free_.*|ent_portrait|bigvip_subreport_.*|report_detail_.*|analysis_(search|filter)|client_*|pro_follow_list|report_analysis`)
+var freePageReg = regexp.MustCompile(`full|landingPage|pro_follow_detail|buy_commit|push_setting_detail|land_setting|push_settings|contrast|orderdetail_.*|write_infor|init|set_.*|ontrial_commit|bid_.*|free_.*|ent_portrait|bigvip_subreport_.*|report_detail_.*|analysis_(search|filter)|client_*|pro_follow_list|report_analysis|report_table`)
 
 
 func init() {
 func init() {
 	jy.InitBigVipService(public.Mysql)
 	jy.InitBigVipService(public.Mysql)