fix: partner 重定向死循环

main
shengbin.ma 1 week ago
parent 3e70801348
commit 2e754ab17c

@ -17,7 +17,7 @@ export default function Invite() {
fetchSourece((searchParams as any)?.get('source')) fetchSourece((searchParams as any)?.get('source'))
.then(() => {}) .then(() => {})
.finally(() => { .finally(() => {
window.location.replace('https://m.indie.cn/partner.html?source=web'); window.location.replace('/');
}); });
}, []); }, []);

Loading…
Cancel
Save