diff --git a/vue/src/views/app/login/index.vue b/vue/src/views/app/login/index.vue index 528ad79..4c7a5c9 100644 --- a/vue/src/views/app/login/index.vue +++ b/vue/src/views/app/login/index.vue @@ -55,7 +55,7 @@ }, mounted() { //移动端关闭动画,太卡 - this.device !== 'mobile' && this.setAnimation(this.loginBackgroundAnimation) + this.device !== 'mobile' && this.setAnimation(this.animation) }, beforeDestroy() { this.clearAnimation()