update 退出登录跳转

This commit is contained in:
赵霄
2023-11-15 10:46:42 +08:00
parent df4ea0853a
commit 1f11e04cde
+1 -1
View File
@@ -177,8 +177,8 @@ const user = {
const serviceUrl = encodeURIComponent(sevice)
window.location.href = process.env.VUE_APP_CAS_BASE_URL + '/logout?service=' + serviceUrl
}
resolve()
window.location.replace(process.env.VUE_APP_LOGIN_PAGE)
resolve()
}).catch(() => {
resolve()
})