瀏覽代碼

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

wanxl 1 年之前
父節點
當前提交
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) {
     public static boolean checkAgentIsMobile(String ua) {
         String[] deviceArray = new String[] { "android", "iphone", "ipod",
         String[] deviceArray = new String[] { "android", "iphone", "ipod",
-                "ipad", "blackberry", "ucweb", "windows phone" };
+                "ipad", "blackberry", "ucweb", "windows phone","wechat" };
         if (ua == null) {
         if (ua == null) {
             return false;
             return false;
         }
         }