소스 검색

修改登录二维码刷新时间

黄琪勇 1 년 전
부모
커밋
8a913ea647
5개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      dist/img/yy.7d0740b0.png
  2. 0 0
      dist/js/app.js
  3. 0 0
      dist/js/src_views_cloudTextbooks_index_ts.js
  4. 0 0
      dist/js/src_viewsframe_login_index_ts.js
  5. 1 1
      src/viewsframe/login/login.vue

BIN
dist/img/yy.7d0740b0.png


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/src_views_cloudTextbooks_index_ts.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/src_viewsframe_login_index_ts.js


+ 1 - 1
src/viewsframe/login/login.vue

@@ -83,7 +83,7 @@ function handleQrcodeStatus() {
          _time = setTimeout(() => {
             clearTimeout(_time)
             handleQrcodeStatus()
-         }, 1000)
+         }, 3000)
       } else if (res.code === 5440) {
          // 二维码过期
          qrcodeStatus.value = 3

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.