Administrator
2023-12-14 03df65e58a781a15958ff864f8d1fd02df9e6341
PC端登录界面只跳转PC端主控台,不再判断分辨率
1个文件已修改
8 ■■■■ 已修改文件
WebTM/views/user/login2.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/user/login2.html
@@ -246,11 +246,11 @@
                            sessionStorage["HManagerID"] = result.data[0].HSecManagerID;
                            sessionStorage["HManagerName"] = result.data[0].HSecManager;
                            //sessionStorage["IP"] = System.Configuration.ConfigurationSettings.AppSettings("name");
                            if (!judgeMorPCflag) {//移动端
                                window.location.href = '../../views/index_Mobile.html'
                            } else {//PC端
                            //if (!judgeMorPCflag) {//移动端
                            //    window.location.href = '../../views/index_Mobile.html'
                            //} else {//PC端
                                window.location.href = '../../views/indexMenu.html'
                            }
                            //}
                            get_WriteConfigFile();
                        }
                        else {