소스 검색

登录button添加loading属性,校验失败属性变为false

ZhangWenQiang 6 년 전
부모
커밋
dc44bb82c7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/user/Login.vue

+ 0 - 1
src/views/user/Login.vue

@@ -303,7 +303,6 @@
       },
       },
       loginSuccess() {
       loginSuccess() {
         this.loginBtn = false
         this.loginBtn = false
-        this.loading = false
         this.$router.push({ name: 'dashboard' })
         this.$router.push({ name: 'dashboard' })
         this.$notification.success({
         this.$notification.success({
           message: '欢迎',
           message: '欢迎',