diff --git a/src/App.vue b/src/App.vue
index 347920c..f1aa9c0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,8 +4,8 @@
-
-
+
+
@@ -45,7 +45,7 @@ export default {
this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode})
//footer下面的5个按钮,对跳不要用动画
- let noAnimation = ['/', '/home', '/me', '/attention', '/message', '/publish']
+ let noAnimation = ['/', '/home', '/me', '/attention', '/message', '/publish','/home/live']
if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) {
return this.transitionName = ''
}
diff --git a/src/components/slide/SlideRowList.vue b/src/components/slide/SlideRowList.vue
index 48a0161..6c9a11f 100644
--- a/src/components/slide/SlideRowList.vue
+++ b/src/components/slide/SlideRowList.vue
@@ -3,7 +3,7 @@