feat:更新176

This commit is contained in:
2026-09-15 14:14:09 +08:00
parent 9b09d6469d
commit f7b9e66172
15 changed files with 250 additions and 980 deletions
+6 -6
View File
@@ -6,14 +6,14 @@ if (process.env.NODE_ENV === 'development') {
}
// #endif
// export const BASE_URL = "https://api.tbmall.xin"; //生产
// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
// export const kefuBaseUrl = "https://admin.tbmall.xin/api";
export const BASE_URL = "https://api.tbmall.xin"; //生产
export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
export const kefuBaseUrl = "https://admin.tbmall.xin/api";
export const BASE_URL = baseUrl; // 本地测试
export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
export const kefuBaseUrl = "https://admin.o.tbmall.xin/api";
// export const BASE_URL = baseUrl; // 本地测试
// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
// export const kefuBaseUrl = "https://admin.o.tbmall.xin/api";
// https://h.o.tbmall.xin/#/
-6
View File
@@ -27,9 +27,6 @@ async function query(orderNum) {
}
export function douyinPayTypes(types) {
// #ifdef H5
return types.split(',').includes('6') ? types : `${types},6`;
// #endif
// #ifdef APP-PLUS
return types.split(',').includes('6') ? types : `${types},6`;
// #endif
@@ -38,9 +35,6 @@ export function douyinPayTypes(types) {
// #endif
}
export function filterDouyinPayWays(ways) {
// #ifdef H5
return ways || [];
// #endif
// #ifdef APP-PLUS
return ways || [];
// #endif