mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
增加登录跳转到指定页面;发布新版本
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user