Commit d2a4a498 authored by agping's avatar agping

修改

parent 3f9aa88f
...@@ -73,7 +73,7 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -73,7 +73,7 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
//登录时间无效 直接跳转登录页面 //登录时间无效 直接跳转登录页面
if(!user_info_obj){ if(!user_info_obj){
alert('登录失效,请您重新登录'); alert('登录失效,请您重新登录');
window.location.href="login.html"; // window.location.href="login.html";
} }
$ ("#menu_bar").append (template); $ ("#menu_bar").append (template);
if (user_info_obj) { if (user_info_obj) {
......
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