From 9ee3518b52f86bb4a25c62168b01224fd4de3415 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:18:06 +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 9da29e0..fe2f26d 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() },