From 6661eb29616237258d3a07e39a2d83e829b79b66 Mon Sep 17 00:00:00 2001 From: lixiaobang <2547956374@qq.com> Date: Thu, 10 Nov 2022 09:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 +- src/views/Home.vue | 2029 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2031 insertions(+), 2 deletions(-) create mode 100644 src/views/Home.vue diff --git a/src/App.vue b/src/App.vue index a60fe92..a0488d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,8 +52,8 @@ export default { let that = this; this.routerActive = index if (this.routerActive == 0) { - if (this.$route.name != 'home') { - that.$router.push({name:'home'}) + if (this.$route.name != 'index') { + that.$router.push({name:'index'}) } }else if (this.routerActive == 3) { that.$router.push({name:'stationBuilding'}) diff --git a/src/views/Home.vue b/src/views/Home.vue new file mode 100644 index 0000000..588693b --- /dev/null +++ b/src/views/Home.vue @@ -0,0 +1,2029 @@ + + + + +