diff --git a/src/App.vue b/src/App.vue index 782ee5e..cf26035 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,8 @@ export default { //footer下面的5个按钮,对跳不要用动画 let noAnimation = ['/', '/home', '/slide', '/me', '/shop', '/message', '/publish', '/home/live', - 'slide' + 'slide', + '/test', ] if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) { return this.transitionName = '' diff --git a/src/pages/test/Test.vue b/src/pages/test/Test.vue index 5fbef27..c45ae53 100644 --- a/src/pages/test/Test.vue +++ b/src/pages/test/Test.vue @@ -1,29 +1,31 @@ -