|
@@ -156,7 +156,7 @@ func (this *CommonRouter) BigpcPage(htmlPage string) error {
|
|
|
return this.doPcBigPage(htmlPage)
|
|
|
}
|
|
|
|
|
|
-var bigVipFreePageReg = regexp.MustCompile(`set_*|free_*|unit_portrayal|analysis_(search|result)`)
|
|
|
+var bigVipFreePageReg = regexp.MustCompile(`set_.*|free|unit_portrayal|analysis_(search|result)`)
|
|
|
|
|
|
func (this *CommonRouter) doPcBigPage(pageSign string) error {
|
|
|
userid, _ := this.GetSession("userId").(string)
|