From f4d560258c7330aa44fd0d577d76ba029e110d52 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 5 May 2022 17:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=87=BA=E7=99=BB=E5=BD=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index 4c4a351..92671a0 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -248,7 +248,7 @@ export default { gisServiceUrl + "/" + gisPortalSiteName + - `/sharing/rest/oauth2/signout?client_id=arcgisonline&redirect_uri=${window.location.protocol}//${window.location.host}/iam/api/logout`; + `/iam/login/#/login?redirect_uri=${window.location.protocol}//${window.location.host}/iam/api/logout`; } else { window.location.href = "/iam/api/logout"; } -- 2.26.0