diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index fa25b55..2152dd3 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -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() {