From ac92ba29cca7d2d580deedb4494517fe40878cc2 Mon Sep 17 00:00:00 2001 From: zhangyang Date: Tue, 10 Aug 2021 18:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 2 +- src/components/service-info/map-view.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index 23a3b4f..ac5c12e 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -245,7 +245,7 @@ export default { gisServiceUrl + "/" + gisPortalSiteName + - "/sharing/rest/oauth2/signout?client_id=arcgisonline&redirect_uri=${window.location.protocol}//${window.location.host}/iam/api/logout"; + `/sharing/rest/oauth2/signout?client_id=arcgisonline&redirect_uri=${window.location.protocol}//${window.location.host}/iam/api/logout`; } else { window.location.href = "/iam/api/logout"; } diff --git a/src/components/service-info/map-view.vue b/src/components/service-info/map-view.vue index b43abf1..482a6d8 100644 --- a/src/components/service-info/map-view.vue +++ b/src/components/service-info/map-view.vue @@ -53,7 +53,7 @@ export default { gisServiceUrl + "/" + gisPortalSiteName + - "/apaasplat/viewer/previewMap.html?id=${this.id}"; + `/apaasplat/viewer/previewMap.html?id=${this.id}`; this.showDialog = true; }, beforeClose(done) { -- 2.26.0