51 lines
1.7 KiB
JavaScript
51 lines
1.7 KiB
JavaScript
export default{
|
|
cdnImgUrl:'http://static.drgyen.com/app/hc-app-power/images',
|
|
// 正式
|
|
// baseUrl: 'https://ny-core.dieruen-iot.com',
|
|
// imgUrl: 'https://ny-core.dieruen-iot.com',
|
|
// wsUrl: 'wss://ny-core.dieruen-iot.com',
|
|
// 弃用
|
|
// iotOsBaseUrl:"https://iot.gkiiot.com/prod-api",
|
|
// 德润正式
|
|
// baseUrl: 'https://digital-core.dieruen-iot.com',
|
|
// imgUrl: 'https://digital-core.dieruen-iot.com',
|
|
// wsUrl: 'wss://digital-core.dieruen-iot.com',
|
|
// 谷云正式
|
|
// baseUrl: 'https://digital-core.drgyen.com',
|
|
// imgUrl: 'https://digital-core.drgyen.com',
|
|
// wsUrl: 'wss://digital-core.drgyen.com',
|
|
|
|
// 商城本地测试环境
|
|
baseUrl: 'http://192.168.1.17:8080',
|
|
imgUrl: 'http://192.168.1.17:8080',
|
|
wsUrl: 'wss://digital-core.drgyen.com',
|
|
// 长城
|
|
// baseUrl: 'https://zhny.snc.cn/prod-api/',
|
|
// imgUrl: 'https://zhny.snc.cn/prod-api/',
|
|
// wsUrl: 'wss://zhny.snc.cn/prod-api/',
|
|
// 线下
|
|
// baseUrl: 'http://192.168.1.17:8899',
|
|
// imgUrl: 'http://192.168.1.17:8899',
|
|
// wsUrl: 'ws://192.168.1.17:8899',
|
|
// iotOsBaseUrl:"http://192.168.18.139:8080",
|
|
|
|
// 本地
|
|
// baseUrl: 'http://192.168.18.134:9988/dev-api',
|
|
// imgUrl: 'http://192.168.18.134:9988/dev-api',
|
|
// iotOsBaseUrl:"http://iot.gkiiot.com:8080",
|
|
|
|
// #ifdef MP-WEIXIN
|
|
// mqttUrl:'wx://iot.gkiiot.com:8083/mqtt',
|
|
// mqttUrl:'wxs://iot.gkiiot.com/mqtt-ws/mqtt',
|
|
// mqttUrl:'wx://192.168.18.139:8083/mqtt',
|
|
// mqttUrl:'wx://iot.gkiiot.com:8083/mqtt',
|
|
//#endif
|
|
|
|
// #ifndef MP-WEIXIN
|
|
// mqttUrl:'ws://iot.gkiiot.com:8083/mqtt',
|
|
// mqttUrl:'ws://192.168.18.139:8083/mqtt',
|
|
// mqttUrl:'wx://iot.gkiiot.com:8083/mqtt',
|
|
// #endif
|
|
// 客户端id
|
|
clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e',
|
|
} |