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