diff --git a/src/App.vue b/src/App.vue index 20c8ca0..c620624 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,7 +37,7 @@ export default { this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode}) //footer下面的5个按钮,对跳不要用动画 - let noAnimation = ['/', '/home', '/me', '/attention', '/message', '/publish', '/home/live', + let noAnimation = ['/', '/home','/slide', '/me', '/attention', '/message', '/publish', '/home/live', 'slide' ] if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) { diff --git a/src/components/Share.vue b/src/components/Share.vue index 399d44e..e006a55 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -11,15 +11,15 @@
私信给朋友 - +
-
+
{{ item.name }}
-
+
更多
@@ -27,75 +27,75 @@