소스 검색

登录优化

zhangdehua 1 년 전
부모
커밋
236f420116
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/index/view/passport/logIn.html

+ 1 - 1
app/index/view/passport/logIn.html

@@ -348,7 +348,7 @@
                         // localStorage.setItem(VAPES_TOKEN, obj.data.token)
                         showToast('Register successful')
                         setTimeout(function () {
-                            jumpPage()
+                            window.location.replace('/index/passport/login.html');
                         }, 2000)
                     } else {
                         showToast(obj.message)