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) => {