diff --git a/src/pages/login.vue b/src/pages/login.vue index ddd530c18a00d6bb89b028f2c029a074be5efd7c..bf4596a7852aaed0fa15c8e43e51bc8b7b4cce48 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -392,12 +392,6 @@ export default { } else { 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: { init() {