提交 2fb916df 编写于 作者: 蔡祥熠

Merge branch 'fix/3members' into 'develop'

Merge of fix/3members 三员管理注释后跳转到首页 to develop

See merge request o2oa/o2oa!46
......@@ -108,7 +108,8 @@ MWF.xApplication.ThreeMember.Main = new Class({
}
if (layout.session && layout.session.user) layout.session.user.token = "";
if (sessionStorage) sessionStorage.removeItem("o2LayoutSessionToken");
window.location.reload();
// window.location.reload();
window.location = "/";
}.bind(this));
},
loadNavi : function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册