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://localhost:8000"; export const devHost = "http://47.96.12.136:8888"; export const host = uni.getStorageSync('ENV') == 'dev' ? devHost : "" // 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";