解决用户登录失败的bug

This commit is contained in:
季圣华
2019-01-17 22:57:11 +08:00
parent 3df03ef910
commit fc03d05069
4 changed files with 3 additions and 7 deletions

View File

@@ -106,6 +106,7 @@
$('#loginOut').click(function () {
if (confirm("确认要退出系统吗?"))
sessionStorage.removeItem("userId");
location.href = '/user/logout';
})
//IE下禁止选中