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() },