diff --git a/src/components/top.vue b/src/components/top.vue index 9bdfb7b..aa62d35 100644 --- a/src/components/top.vue +++ b/src/components/top.vue @@ -80,10 +80,10 @@ },1000) }, _goHome() { - this.quit() - // this.$router.push({ - // name: 'device' - // }) + // this.quit() + this.$router.push({ + name: 'device' + }) } } }