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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 5d67f59..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 { -- Gitblit v1.8.0