Browse Source

fix:登录防抖

zhanghui 1 year ago
parent
commit
cfbdc7b201
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/login/login.vue

+ 1 - 0
pages/login/login.vue

@@ -54,6 +54,7 @@
 	export default {
 		data() {
 			return {
+				timer: null, //定时任务
 				requestStatus:false,
 				height:'',
 				savePassword:true,