diff --git a/src/components/menu.vue b/src/components/menu.vue index 23a3b4f9378697310f6002361353ce233225b4e5..ac5c12eceab84acacbc6cd322a5988f58f275b75 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 b43abf10f6c31f25926de476a3a2e75c8b2bb86f..482a6d8afb2b6370e36a8b54a3a2366b847d3a74 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) {