注册跳转

This commit is contained in:
“wanyongkang”
2023-08-04 10:59:53 +08:00
parent 01c7a82e5b
commit 4e27ed41ec
2 changed files with 2 additions and 2 deletions

View File

@@ -798,7 +798,7 @@
success: function (res) {
console.log(res);
if (res.Code == 10000) {
window.location.reload();
window.location.href='/User/Index';
} else {
alert(res.Message)
}

View File

@@ -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)
}