| | |
| | | if (url!=IP+"/WeatherForecast/Login") { |
| | | if (!$.cookie('token')) { |
| | | callbackFun("登录人信息已失效"); |
| | | try{ |
| | | parent.window.location.href = '/views/Login.html'; |
| | | } |
| | | catch(error){ |
| | | window.location.href = '/views/Login.html'; |
| | | } |
| | | return; |
| | | } |
| | | if(isExpired = isTokenExpired($.cookie('token'))){ |
| | | if(isTokenExpired($.cookie('token'))){ |
| | | try{ |
| | | parent.window.location.href = '/views/Login.html'; |
| | | } |
| | |
| | | var bodyHeight = $("#body").outerHeight(); |
| | | var topHeight = $("#top").outerHeight(); |
| | | var centerHeight = $("#center").outerHeight(); |
| | | // console.log(bodyHeight); |
| | | // console.log(topHeight); |
| | | // console.log(centerHeight); |
| | | console.log(bodyHeight); |
| | | console.log(topHeight); |
| | | console.log(centerHeight); |
| | | |
| | | var hh = bodyHeight - topHeight-centerHeight - 26 ;//6是body上内边距 |
| | | return hh; |