export const version = '1.0.18'; //判断登陆设备 //#ifdef H5 export var device_type = 'web' //#endif //#ifdef APP-PLUS export var device_type = 'mobile' //#endif //#ifdef MP export var device_type = 'wxapp' //#endif export const devHost = "http://47.96.12.136:8897"; // export const devHost = "http://oraysmart.com:8888"; export const deployHost = "http://120.55.44.4:8897"; // export const host = uni.getStorageSync('ENV') == 'dev' ? devHost : deployHost export const host = devHost // export const host = deployHost //设备实时数据获取接口 export const jinkeCloudUserName = "admin"; export const jinkeCloudPassword = "jkswgc01"; export const jinkeCloudCorpName = "jkswgc"; export const jinkeCloudHost = "http://116.62.232.126:8800";