diff --git a/pages/mine_package/mild-shopping/mild-shopping.vue b/pages/mine_package/mild-shopping/mild-shopping.vue index 44e6993..c8491c4 100644 --- a/pages/mine_package/mild-shopping/mild-shopping.vue +++ b/pages/mine_package/mild-shopping/mild-shopping.vue @@ -1,16 +1,18 @@ diff --git a/utils/config.js b/utils/config.js index 6fb4441..d20d84b 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,9 +1,13 @@ // 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 ='http://api.hm.a-d.work:6880' // 测试 -// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 + +// export const BASE_URL = "https://api.tbmall.xin"; //生产 +// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 + +export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 +export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 + export const SHARE_URL = 'https://h.tbmall.xin';