Commit f4d56025 authored by 张俊's avatar 张俊

推出登录地址修改

parent 29d43abb
Pipeline #75504 passed with stage
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,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`; `/iam/login/#/login?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";
} }
......
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