From f03a08fa2800d7a3dd50a7c3e7cbbe391cd8ef8a Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 7 Nov 2025 00:47:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83baseUrl=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将生产环境的baseUrl更新为https://store.ddmhs.top/recycle-admin,并保留旧配置作为注释以便参考 --- config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 748dd22..ec00841 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,9 @@ const config = { baseUrl: 'http://h5.xzaiyp.top/recycle-admin', }, prod: { - baseUrl: 'https://www.ddmhs.top/recycle-admin', + // baseUrl: 'http://101.132.238.202:8000/recycle-admin', + baseUrl: 'https://store.ddmhs.top/recycle-admin', + // baseUrl: 'https://www.ddmhs.top/recycle-admin', }, prod2: { baseUrl: 'https://wwwv2.ddmhs.top/recycle-admin-v2',