From 1f11e04cde289d986cdb5db008fb5adb8bb22fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 15 Nov 2023 10:46:42 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 1de3e685..3c7a58ba 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -177,8 +177,8 @@ const user = { const serviceUrl = encodeURIComponent(sevice) window.location.href = process.env.VUE_APP_CAS_BASE_URL + '/logout?service=' + serviceUrl } - resolve() window.location.replace(process.env.VUE_APP_LOGIN_PAGE) + resolve() }).catch(() => { resolve() })