From 2671076cb00d77485943e25eaf1fa644ce03b8da Mon Sep 17 00:00:00 2001 From: yangbin Date: Thu, 8 Aug 2024 09:18:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=94=80=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=BB=A5=E5=90=8E=E5=9B=9E=E5=88=B0login=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {