From bd84809d0270b18d1459e7e849411d19a99c4abc Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Mon, 15 Dec 2025 21:48:42 +0800 Subject: [PATCH] no message --- manifest.json | 10 +++------- utils/config.js | 8 ++++---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index e4c2add..3729bda 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__4910728", "description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。", "versionName" : "1.0.1", - "versionCode" : 151, + "versionCode" : 153, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -126,12 +126,8 @@ }, "splashscreen" : { "useOriginalMsgbox" : true, - "androidStyle" : "common", - "android" : { - "hdpi" : "static/common/480x760.9.png", - "xhdpi" : "static/common/720x1242.9.png", - "xxhdpi" : "static/common/1080x1882.9.png" - } + "iosStyle" : "common", + "androidStyle" : "common" } }, /*忽略版本提示*/ diff --git a/utils/config.js b/utils/config.js index d20d84b..b72c9dd 100644 --- a/utils/config.js +++ b/utils/config.js @@ -2,11 +2,11 @@ // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -// export const BASE_URL = "https://api.tbmall.xin"; //生产 -// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 +export const BASE_URL = "https://api.tbmall.xin"; //生产 +export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 -export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 -export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 +// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 +// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 export const SHARE_URL = 'https://h.tbmall.xin';