1
yangle
2023-12-18 eed31c2a449738ec359ed1bb4c1a98b9dd63673e
WebTM/views/index_Mobile_QiaoYi.html
@@ -285,11 +285,11 @@
                }, function () { window.location.href = "user/login.html"; });
            }
            //判断用户是移动端还是PC端
            var judgeMorPCflag = judgeMorPC();
            if (judgeMorPCflag) {//PC端
                window.location.href = 'index_QiaoYi.html'
            }
            ////判断用户是移动端还是PC端
            //var judgeMorPCflag = judgeMorPC();
            //if (judgeMorPCflag) {//PC端
            //    window.location.href = 'index_QiaoYi.html'
            //}
        });