From 66e9a93b34e790eb5070da256d4c2a67712a2f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Wed, 5 Nov 2025 14:50:23 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=9B=B4=E6=8D=A2=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine_package/mild-shopping/mild-shopping.vue | 5 +++-- utils/config.js | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) 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' // 本地测试