From f3d9613e8a87efe93956607fdb23447d1ba73cfc Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 15 Jan 2025 13:57:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/index.ts b/src/service/index.ts index 8f59479..aaed3fd 100644 --- a/src/service/index.ts +++ b/src/service/index.ts @@ -151,7 +151,7 @@ export const getWithdrawalRecordAPI = (data) => // 下载APP export const downloadAppAPI = () => { - location.href = 'https://r2.maldiveswallet.vip/app/x-2.apk' + location.href = 'https://r2.maldiveswallet.vip/app/maldiveswallet.apk' } // 修改密码第一步