From 70c8daacb06703c1f3dba0c6e8a0354c21eaf39c 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 16:14:21 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index 49a01f1..cea0321 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,6 +34,8 @@ export default { vConsole_switch_x: 0, vConsole_switch_y: 0 }) + localStorage.setItem('vConsole_switch_y', 0) + localStorage.setItem('vConsole_switch_x', 1000) // await this.handleGetDingtalkCode() // await this.handleDingtalkLogin() }