Browse Source

Merge branch 'feature-wecht-260401' into pre

yuanmingze 1 tháng trước cách đây
mục cha
commit
3328b96ebe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/wechat-redirect/index.vue

+ 1 - 1
src/views/wechat-redirect/index.vue

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