Ver código fonte

Merge remote-tracking branch 'origin/feature/v4.9.33' into feature/v4.9.33

duxin 1 ano atrás
pai
commit
2d3da282c5

+ 2 - 0
src/jfw/filter/pcfilter.go

@@ -4,6 +4,7 @@ import (
 	"fmt"
 	"jy/src/jfw/config"
 	"jy/src/jfw/jyutil"
+	"log"
 	"net/http"
 	"strings"
 	"time"
@@ -33,6 +34,7 @@ func (this *pcFilter) Do() bool {
 	if this.R.Method == "POST" {
 		return true
 	}
+	log.Println(this.R.RequestURI, "---", this.R.UserAgent())
 	if userAgent := this.R.UserAgent(); mobileReg.MatchString(userAgent) || public.CheckWxBrowser(this.R) || strings.Contains(userAgent, "JianyuDebug") {
 		//wx
 		return true

+ 1 - 1
src/web/staticres/common-module/report-analysis/css/downloadpopup.css

@@ -56,7 +56,7 @@
 }
 
 .download-popup .download-content {
-  padding: 0 0.32rem 0.14rem 0;
+  padding: 0 0.32rem 0.14rem 0.32rem;
 }
 
 .download-popup .download-content .titleconent {