diff --git a/pages/mine_package/mild-shopping/mild-shopping.vue b/pages/mine_package/mild-shopping/mild-shopping.vue index 3e8810d..a4ab09d 100644 --- a/pages/mine_package/mild-shopping/mild-shopping.vue +++ b/pages/mine_package/mild-shopping/mild-shopping.vue @@ -23,8 +23,9 @@ export default { }, }, wvNode: null, - webviewUrl:'http://agent.outer.tbmall.xin:6880/' - // webviewUrl: "http://192.168.0.101:8000/", + webviewUrl:'https://agent.o.tbmall.xin/',//中台测试 + // webviewUrl:'https://agent.tbmall.xin', + // webviewUrl: "http://192.168.1.29:8004/", }; }, diff --git a/utils/config.js b/utils/config.js index c78487b..e329e05 100644 --- a/utils/config.js +++ b/utils/config.js @@ -4,8 +4,7 @@ // 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 ='https://api.o.tbmall.xin' // 本地测试