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