后台查询Asin文档更新

This commit is contained in:
super
2026-04-24 15:14:14 +08:00
parent 326f78705d
commit 0caf62c3d2
34 changed files with 798 additions and 540 deletions

View File

@@ -4162,10 +4162,10 @@
alert(res.error || '退出失败');
return;
}
window.location.href = res.redirect || '/login';
window.location.replace(res.redirect || '/login?logout=1');
})
.catch(function () {
window.location.href = '/logout';
window.location.replace('/logout');
});
};