feat(test): 添加测试地址

This commit is contained in:
fhysy 2025-06-03 15:37:56 +08:00
parent b1c5c0c14d
commit 8a7b04474a
1 changed files with 6 additions and 3 deletions

View File

@ -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',
}
}