fix:登陆死循环

This commit is contained in:
2022-07-16 18:40:40 +08:00
parent 88960372f5
commit ffb9c8f161
3 changed files with 6 additions and 5 deletions

View File

@@ -66,7 +66,6 @@
$.get("/login/check.do",{share:getParam("share")}, function (data) {
try {
let json = JSON.parse(data);
console.log(data)
if (json.code === 0) {
$('#login_text').text('已登录')
loginStatus = true;