chore: 更新环境
This commit is contained in:
@@ -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是否需要配置代理
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
// 修改密码第一步
|
||||
|
||||
Reference in New Issue
Block a user