Browse Source

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

wanxl 1 year ago
parent
commit
bf166b755e
1 changed files with 1 additions and 1 deletions
  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;
         }
         }