diff --git a/src/component/Tabbar4.vue b/src/component/Tabbar4.vue
index f74b15b..a0107b6 100644
--- a/src/component/Tabbar4.vue
+++ b/src/component/Tabbar4.vue
@@ -25,13 +25,15 @@ export default {
},
methods: {
handZZY () {
- this.$router.push({ name: 'ServiceKQ', query: { showTab: 'ZZY' } })
+ // this.$router.push({ name: 'ServiceKQ', query: { showTab: 'ZZY' },replace:true })
+ this.$router.replace({ path:'/' , query: { showTab: 'ZZY' }})
},
handleKQ () {
- this.$router.push({ name: 'ServiceKQ', query: { showTab: 'KQ' } })
+ // this.$router.push({ name: 'ServiceKQ', query: { showTab: 'KQ' },replace:true })
+ this.$router.replace({ path:'/' , query: { showTab: 'KQ' }})
},
handleCenter () {
- this.$router.push({ name: 'Home' })
+ this.$router.replace({ path:'/home' })
}
}
}
diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue
index ffda249..41740d1 100644
--- a/src/views/Home/Home.vue
+++ b/src/views/Home/Home.vue
@@ -24,13 +24,13 @@
研学码
-
首页
-