提交 fc39a199 authored 作者: lihuihui's avatar lihuihui

修改退出登录

上级 0da65569
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
// 退出登录 // 退出登录
logout() { logout() {
this.$store.dispatch('logout').then(() => { this.$store.dispatch('logout').then(() => {
window.location.href = webConf.others.loginUrl window.location.href = `${webConf.others.loginUrl}?rd=${window.location.href}`
}) })
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论