yxj
2024-03-13 6cc377411a24d8670df93fec5d0ade664e7c5e2f
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'
            //}
        });