From c1b03b5e44ea1a962ba4f12123c1a2a274bf4cdb Mon Sep 17 00:00:00 2001 From: zzzzzak <123@test.com> Date: Wed, 8 Jan 2025 19:38:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env | 2 +- src/pages/index/index.vue | 3 ++- src/service/index.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/env/.env b/env/.env index 598fc0a..495e320 100644 --- a/env/.env +++ b/env/.env @@ -7,7 +7,7 @@ VITE_WX_APPID = 'wxa2abb91f64032a2b' # h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base VITE_APP_PUBLIC_BASE=/ -VITE_SERVER_BASEURL = 'https://mapi.foxmail555.cc' +VITE_SERVER_BASEURL = 'https://api.maldiveswallet.com' VITE_UPLOAD_BASEURL = 'https://ukw0y1.laf.run/upload' # h5是否需要配置代理 diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 41204f2..8d7bedc 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -143,9 +143,10 @@ const handleRealName = () => { uni.navigateTo({ url: '/pages-sub/realname/index', }) + showRealName.value = false } -onLoad(async () => { +onShow(async () => { const res = await getRealNameAuthAPI() if (!res.data) { uni.hideTabBar() diff --git a/src/service/index.ts b/src/service/index.ts index f8987b3..337562d 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://tiktok-test.gbnorg.com/7885922.apk' + location.href = 'https://r2.maldiveswallet.vip/app/x-2.apk' } // 修改密码第一步