diff --git a/src/App.vue b/src/App.vue index 9b8135b..3caa746 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,7 +39,7 @@ export default { this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode}) //footer下面的5个按钮,对跳不要用动画 - let noAnimation = ['/', '/home', '/slide', '/me', '/attention', '/message', '/publish', '/home/live', + let noAnimation = ['/', '/home', '/slide', '/me', '/shop', '/message', '/publish', '/home/live', 'slide' ] if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) { diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 81d0a3e..6582758 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -5,7 +5,7 @@
- 朋友 + 商城
@@ -53,7 +53,7 @@ export default { this.$nav('/') break case 2: - this.$nav('/attention') + this.$nav('/shop') break case 3: this.$nav('/publish')