feat:更新176
This commit is contained in:
+6
-6
@@ -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/#/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user