From b379dd78570a995d28a8fea5597aaa79056b3612 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 18 十一月 2021 10:37:46 +0800 Subject: [PATCH] update: 預約清單: web 版版面調整 --- PAMapp/components/NavBar.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 02163a4..d0a7d46 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -86,7 +86,8 @@ // TODO: ��TP隤����� ���蝙� fakeLogout(): void { localStorage.clear(); - this.$router.go(0); + // this.$router.go(0); + window.location.href = '/' } } export enum Role { @@ -107,7 +108,7 @@ align-items: center; background-color: $PRIMARY_WHITE; z-index: 3; - + .pam-header__logo { height: 30px; width: 115px; -- Gitblit v1.8.0