| | |
| | | var element = layui.element; |
| | | var $ = layui.jquery; |
| | | |
| | | var HType = "PC"; //登录平台:PC端、手机端 |
| | | //判断是否登录 未登录则跳到登录页 |
| | | //if (sessionStorage.login != "login") { |
| | | // layer.confirm("登录失效,请重新登录!", { |
| | |
| | | $("#append").prepend(dd); |
| | | } |
| | | if (!judgeMorPCflag) {//移动端 |
| | | window.location.href = 'index_Mobile.html' |
| | | window.location.href = 'index_Mobile_KaiBeiNaiTe.html' |
| | | } |
| | | |
| | | var ajaxLoad = layer.load(); |
| | |
| | | url: GetWEBURL() + "/Web/MenuList", |
| | | type: "GET", |
| | | async: false, |
| | | data: { "HMakeName": sessionStorage["HUserName"] }, |
| | | data: { "HMakeName": sessionStorage["HUserName"], "HType": HType }, |
| | | success: function (data) { |
| | | var data = JSON.parse(data.data); |
| | | console.log(data); |