From 6c45c9ccd7abe45f38627a32912aef84939b9513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Wed, 9 Dec 2020 17:22:35 +0800 Subject: [PATCH] up --- src/pages/login.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/login.vue b/src/pages/login.vue index ddd530c..bf4596a 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() { -- 2.26.0