Commit d0f64008 by 陈超

A

parent 6f4944b0
...@@ -22,12 +22,7 @@ ...@@ -22,12 +22,7 @@
dataType:"json", dataType:"json",
success:function(data){ success:function(data){
ui.success("退出成功!"); ui.success("退出成功!");
if(app == '1'){
location.href = "{:U('classroom/Index/index')}"; location.href = "{:U('classroom/Index/index')}";
}else{
location.reload();
}
} }
}); });
} }
......
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