From 1223dfcda53019d15869b836defb07ccaf08338e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Wed, 18 Nov 2020 15:31:53 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index fe2f26d..49a01f1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,14 +29,14 @@ export default { ...mapState(['user']) }, async created () { - // if (!dd.other) { - // var vConsole = new VConsole({ - // vConsole_switch_x: 0, - // vConsole_switch_y: 0 - // }) - // await this.handleGetDingtalkCode() - // await this.handleDingtalkLogin() - // } + if (!dd.other) { + var vConsole = new VConsole({ + vConsole_switch_x: 0, + vConsole_switch_y: 0 + }) + // await this.handleGetDingtalkCode() + // await this.handleDingtalkLogin() + } this.GET_DEPLIST() },