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 +}