diff --git a/src/app/partner/page.tsx b/src/app/partner/page.tsx index c57af0a..3ed71ef 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('/'); + window.location.replace('https://m.indie.cn/partner.html?source=web'); }); }, []); diff --git a/src/utils/download.ts b/src/utils/download.ts index 039b97a..5395061 100644 --- a/src/utils/download.ts +++ b/src/utils/download.ts @@ -42,6 +42,8 @@ export const verifyBrand = () => { }; export const download = () => { + window.open('https://m.indie.cn/partner.html?source=web', '_blank'); + return; // if (isBuiltIn()) { // // 内置浏览器 可加提示使其打开手机自带浏览器 // return;