背景动画变量修改

master
toesbieya 6 years ago
parent 57419623c2
commit 8773a560bd
  1. 2
      vue/src/views/app/login/index.vue

@ -55,7 +55,7 @@
}, },
mounted() { mounted() {
// //
this.device !== 'mobile' && this.setAnimation(this.loginBackgroundAnimation) this.device !== 'mobile' && this.setAnimation(this.animation)
}, },
beforeDestroy() { beforeDestroy() {
this.clearAnimation() this.clearAnimation()

Loading…
Cancel
Save