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 @@ + + + + +