From 13ba59b808eb45be1cdb81b2bace98aa28e00086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Fri, 6 Nov 2020 18:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index cf3691b..6819aab 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,7 +26,6 @@ export default { ...mapState(['user']) }, async created () { - console.log('dd: ', dd) if (!dd.other) { await this.handleGetDingtalkCode() await this.handleDingtalkLogin() @@ -66,7 +65,7 @@ export default { this.$cookies.set('token', res.token) await this.handleInfo() this.dataForm.verify = '登录成功,跳转中...' - window.open(window.location.protocol + '//' + window.location.host + '/digitization/kpi/workbench/home?code=' + this.dingCode.code) + // window.open(window.location.protocol + '//' + window.location.host + '/digitization/kpi/workbench/home?code=' + this.dingCode.code) } else { this.dataForm.verify = '身份验证失败' + res.msg this.$message.error(this.dataForm.verify)