wangkaiyue 3 жил өмнө
parent
commit
a3c5b36ceb

+ 1 - 1
src/jfw/front/frontRouter.go

@@ -181,7 +181,7 @@ func (this *CommonRouter) doPcBigPage(pageSign, types string) error {
 			break
 		}
 		bigBaseMsg := jy.GetBigVipUserBaseMsg(userid, public.Mysql, public.MQFW)
-		if !bigVipFreePageReg.MatchString(pageSign) {
+		if !bigVipFreePageReg.MatchString(pageSign) && pageSign != "index" {
 			if bigBaseMsg.Status <= 0 && bigBaseMsg.Vip_BuySet.Upgrade != 1 {
 				return this.Redirect("/big/page/index")
 			}