From 9c1b3a1e90ad2036f3bdc015cfffe7bb6f0edd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Wed, 12 Nov 2025 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:140=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- utils/config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4426c0c..4bd13f0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__4910728", "description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。", "versionName" : "1.0.1", - "versionCode" : 138, + "versionCode" : 140, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/utils/config.js b/utils/config.js index 7caec2d..52fc715 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,9 +1,9 @@ // export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境 // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -// export const BASE_URL = "https://api.tbmall.xin"; //生产 +export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 -export const BASE_URL ='https://api.o.tbmall.xin' // 本地测试 +// export const BASE_URL ='https://api.o.tbmall.xin' // 本地测试