From 8773a560bd14e7ceedc95cce5472b57991af2a46 Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Fri, 5 Jun 2020 13:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=8A=A8=E7=94=BB=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/app/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()