增加登录跳转到指定页面;发布新版本

This commit is contained in:
2023-10-04 09:27:45 +08:00
parent daae12610e
commit 8abfdd5016
7 changed files with 30 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ $(function () {
return data;
}, function (res) {
ua.msg.success(res.msg, function () {
window.location = ua.url('index');
window.location = res.url;
});
}, function (res) {
ua.msg.error(res.msg, function () {