Commit 57c1c1dd authored by agping's avatar agping

当登录页面 有菜单显示 重新跳登录页面

parent 4351c7f4
$(function() {
//进入登录页 发现有父元素 跳转新的登录页
if(window !== window.parent){//没有菜单 给提醒
window.top.location.replace(location.origin);
};
var _heightTemp = $(window).height();
if(_heightTemp < 680) {
$('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