You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
289 B

window.globalUrl = {
baseURL: 'http://139.196.204.68:7015/',
};
// mqtt服务
window.globalMQ = {
MQTT_SERVICE: 'ws://192.168.2.104:15674/ws', // mqtt服务地址(https需要用wss协议)
MQTT_USERNAME: 'admin', // mqtt连接用户名
MQTT_PASSWORD: 'admin', //mqtt连接密码
};