diff --git a/src/app/partner/page.tsx b/src/app/partner/page.tsx index 3ed71ef..c57af0a 100644 --- a/src/app/partner/page.tsx +++ b/src/app/partner/page.tsx @@ -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('/'); }); }, []);