Commit ac92ba29 authored by 张洋's avatar 张洋

修改bug

parent dfad2cba
...@@ -245,7 +245,7 @@ export default { ...@@ -245,7 +245,7 @@ export default {
gisServiceUrl + gisServiceUrl +
"/" + "/" +
gisPortalSiteName + 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 { } else {
window.location.href = "/iam/api/logout"; window.location.href = "/iam/api/logout";
} }
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
gisServiceUrl + gisServiceUrl +
"/" + "/" +
gisPortalSiteName + gisPortalSiteName +
"/apaasplat/viewer/previewMap.html?id=${this.id}"; `/apaasplat/viewer/previewMap.html?id=${this.id}`;
this.showDialog = true; this.showDialog = true;
}, },
beforeClose(done) { beforeClose(done) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment