fix: 注销登录以后回到login页面

This commit is contained in:
yangbin 2024-08-08 09:18:33 +08:00
parent cd5031f807
commit 2671076cb0
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ export default {
async logout() {
await this.$store.dispatch('user/logout')
// this.$router.push(`/login?redirect=${this.$route.fullPath}`);
// this.$router.push(`/login`)
window.location.href = 'https://oneid.siemens.com.cn/frontend/login?idaasAppId=siemens_ciam2'
this.$router.push(`/login`)
// window.location.href = 'https://oneid.siemens.com.cn/frontend/login?idaasAppId=siemens_ciam2'
},
//
updatePersonalPassword() {