소스 검색

修复微信pc浏览器可以退房

wanxl 2 년 전
부모
커밋
bf166b755e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/template/common/utils/HttpUtils.java

+ 1 - 1
src/main/java/com/template/common/utils/HttpUtils.java

@@ -120,7 +120,7 @@ public class HttpUtils {
      */
     public static boolean checkAgentIsMobile(String ua) {
         String[] deviceArray = new String[] { "android", "iphone", "ipod",
-                "ipad", "blackberry", "ucweb", "windows phone" };
+                "ipad", "blackberry", "ucweb", "windows phone","wechat" };
         if (ua == null) {
             return false;
         }