注册跳转
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
success: function (res) {
|
||||
console.log(res);
|
||||
if (res.Code == 10000) {
|
||||
window.location.reload();
|
||||
window.location.href='/User/Index';
|
||||
} else {
|
||||
alert(res.Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user