This commit is contained in:
haozq 2024-12-13 09:36:24 +08:00
parent 287c51fed2
commit 40acf7919e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function success(data,textStatus, jqXhr){
if(data.code==201){
console.log(data.msg)
}else if(data.code==401){
window.location.href = LOGIN_PATH;
window.location.href = login_url;
}
// console.log("数据调用成功")
}