|
@@ -106,7 +106,7 @@ const getMiniappLinkParams = (redirectUrl: string) => {
|
|
|
return {
|
|
return {
|
|
|
path: 'pages/index/index',
|
|
path: 'pages/index/index',
|
|
|
query: `redirect=${encodeURIComponent(redirectUrl)}`,
|
|
query: `redirect=${encodeURIComponent(redirectUrl)}`,
|
|
|
- envVersion: import.meta.env.VITE_APP_ENV === 'prod' ? 'release' : 'trial',
|
|
|
|
|
|
|
+ envVersion: 'release',
|
|
|
} as const
|
|
} as const
|
|
|
}
|
|
}
|
|
|
|
|
|