Commit 6c45c9cc authored by 刘殿昕's avatar 刘殿昕

up

parent 5f3a92c2
...@@ -392,12 +392,6 @@ export default { ...@@ -392,12 +392,6 @@ 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