Commit ac92ba29 authored by 张洋's avatar 张洋

修改bug

parent dfad2cba
......@@ -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";
}
......
......@@ -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) {
......
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