Commit c07dd761 authored by 刘殿昕's avatar 刘殿昕

测试望城问题

parent a06b0c49
...@@ -392,6 +392,12 @@ export default { ...@@ -392,6 +392,12 @@ export default {
} else { } else {
this.checked = false; this.checked = false;
} }
if (this.$route.query && this.$route.query.sso_token && this.$route.query.sso_token != "") {
console.log("has")
window.location.href="/iam/api/wc/login/callback/smartcity?sso_token=ZmVhZTVlYmMtZWQzOS00MmYxLTk1ZGQtZjgxNjE4NmI2ODg0";
} else {
console.log("not has")
}
}, },
methods: { methods: {
init() { init() {
......
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