Skip to content

Commit

Permalink
消缺 - 登出
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 19, 2016
1 parent dc4dee6 commit 0530502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author Zephyr
* @version 1.34.21.34, Oct 8, 2016
* @version 1.34.22.34, Oct 19, 2016
*/

/**
Expand Down Expand Up @@ -1115,7 +1115,7 @@ var Util = {
window.localStorage.clear();
window.localStorage.unreadNotificationCount = 0;
}
window.location.href = '/logout?goto=' + location.protocol + '//' + location.host;
window.location.href = Label.servePath + '/logout?goto=' + location.protocol + '//' + location.host;
},
/**
* @description 获取字符串开始位置
Expand Down
Loading

0 comments on commit 0530502

Please sign in to comment.