| | |
| | | sessionStorage["login"] = "login"; |
| | | sessionStorage["OrganizationID"] = $("#Organization").val(); |
| | | sessionStorage["Organization"] = $("#Organization option:selected").text(); |
| | | 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端 |
| | | window.location.href = '../../views/index.html' |
| | | window.location.href = '../../views/indexMenu.html' |
| | | } |
| | | get_WriteConfigFile(); |
| | | } |