18 lines
589 B
JavaScript
18 lines
589 B
JavaScript
export default{
|
|
cdnImgUrl:'http://static.drgyen.com/app/hc-app-power/images',
|
|
// 正式
|
|
// 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',
|
|
|
|
// 客户端id
|
|
clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e',
|
|
}
|