Pārlūkot izejas kodu

Merge branch 'feature/v4.9.33' of https://jygit.jydev.jianyu360.cn/qmx/jy into dev/v4.9.33_wmh

wenmenghao321 1 gadu atpakaļ
vecāks
revīzija
06fe972194

+ 1 - 1
src/jfw/filter/pcfilter.go

@@ -33,7 +33,7 @@ func (this *pcFilter) Do() bool {
 	if this.R.Method == "POST" {
 		return true
 	}
-	if userAgent := this.R.UserAgent(); mobileReg.MatchString(userAgent) || public.CheckWxBrowser(this.R) {
+	if userAgent := this.R.UserAgent(); mobileReg.MatchString(userAgent) || public.CheckWxBrowser(this.R) || strings.Contains(userAgent, "JianyuDebug") {
 		//wx
 		return true
 	}

BIN
src/web/staticres/common-module/pdf/【剑鱼标讯】业主采购分析报告样例.pdf


BIN
src/web/staticres/common-module/pdf/【剑鱼标讯】企业中标分析报告样例.pdf


BIN
src/web/staticres/common-module/pdf/【剑鱼标讯】市场分析定制报告样例.pdf


BIN
src/web/staticres/public-pc/pdf/【剑鱼标讯】业主采购分析报告样例.pdf


BIN
src/web/staticres/public-pc/pdf/【剑鱼标讯】企业中标分析报告样例.pdf


BIN
src/web/staticres/public-pc/pdf/【剑鱼标讯】市场分析定制报告样例.pdf