Commit d0f64008 by 陈超

A

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