Commit b762a3ce authored by agping's avatar agping

登录优化

parent d7e04873
$(function() { $(function() {
//进入登录页 发现有父元素 跳转新的登录页
if(window !== window.parent){//没有菜单 给提醒
window.top.location.replace(location.origin);
};
var _heightTemp = $(window).height(); var _heightTemp = $(window).height();
if(_heightTemp < 680) { if(_heightTemp < 680) {
$('header,footer').addClass('small-screen'); $('header,footer').addClass('small-screen');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment