Browse Source

登录优化

zhangdehua 1 năm trước cách đây
mục cha
commit
236f420116
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)