From 8a7b04474acbec62caa51054685096916e105dfe Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Tue, 3 Jun 2025 15:37:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(test):=20=E6=B7=BB=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/config.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/common/api/config.js b/common/api/config.js index ed227ba..23ab3dc 100644 --- a/common/api/config.js +++ b/common/api/config.js @@ -1,14 +1,17 @@ export default{ cdnImgUrl:'http://static.drgyen.com/app/hc-app-power/images', // 正式 - // baseUrl: 'https://platform-core.059000.xyz', + // baseUrl: 'https://platform-core.059000.xyz', // imgUrl: 'https://platform-core.059000.xyz', // wsUrl: 'wss://ny-core.dieruen-iot.com', + // baseUrl: 'https://platform-core.lyxzai.com.cn', + // imgUrl: 'https://platform-core.lyxzai.com.cn', + // wsUrl: 'wss://ny-core.dieruen-iot.com', // 商城本地测试环境 baseUrl: 'http://192.168.1.17:8080', imgUrl: 'http://192.168.1.17:8080', - wsUrl: 'wss://digital-core.drgyen.com', + wsUrl: 'wss://digital-core.drgyen.com', // 客户端id clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e', -} \ No newline at end of file +}