From 1e8ccf1fafd3e1c9cdebcdef54d5d5fb7e5b4996 Mon Sep 17 00:00:00 2001 From: lifetime have you <121815889@qq.com> Date: Sun, 26 Jan 2025 00:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96h5=E5=88=86=E4=BA=AB=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=BD=93=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E6=9C=AA=E9=85=8D=E7=BD=AE=E6=88=96=E9=85=8D=E7=BD=AE=E6=9C=89?= =?UTF-8?q?=E8=AF=AF=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep/config/index.js b/sheep/config/index.js index 1f0e8186..22c8b5e5 100644 --- a/sheep/config/index.js +++ b/sheep/config/index.js @@ -18,7 +18,7 @@ export const websocketPath = import.meta.env.SHOPRO_WEBSOCKET_PATH; const isMiniProgram = typeof wx !== 'undefined' && typeof wx.getSystemInfoSync === 'function' && typeof window === 'undefined'; // 默认域名 -const DEFAULT_DOMAIN = 'https://doc.iocoder.cn/'; +const DEFAULT_DOMAIN = 'http://127.0.0.1:3000/'; // 解析域名并设置默认值 const parseDomain = (urls, defaultDomain) => {