修复第一次登录失败的BUG

This commit is contained in:
LawyZHENG
2021-03-24 13:13:23 +08:00
parent 6f06e72411
commit 34499969cc
5 changed files with 10 additions and 18 deletions

View File

@@ -117,7 +117,7 @@
}
},
error: function (res) {
window.location = "{{ urlfor "HomeController.Index" }}"
layer.msg("发生异常")
}
})
}