From c47ebbc121a222ce4858d12df585ee3be571238b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Tue, 9 Sep 2025 21:46:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aios=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 14 ++++++++++---- utils/config.js | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 1d18e4f..0f1115a 100644 --- a/manifest.json +++ b/manifest.json @@ -58,18 +58,23 @@ "urlschemes" : [ "trustbridgeapp" ] } ], - "associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ] + "associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ], + "capabilities" : { + "entitlements" : { + "com.apple.developer.associated-domains" : [ "applinks:app.tbmall.xin" ] + } + } }, /* SDK配置 */ "sdkConfigs" : { "payment" : { "alipay" : { - "__platform__" : [ "ios" ] + "__platform__" : [ "ios", "android" ] }, "weixin" : { "__platform__" : [ "ios" ], "appid" : "wxb1deb175472de036", - "UniversalLinks" : "" + "UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/" } } }, @@ -144,5 +149,6 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "3" + "vueVersion" : "3", + "_spaceID" : "mp-16f2830d-655c-4ed2-9763-d0258ba65ad9" } diff --git a/utils/config.js b/utils/config.js index c5b36ab..fef948f 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 ='http://api.outer.tbmall.xin:6880' // 本地测试 +export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试