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' // 本地测试