merge upstream

This commit is contained in:
2026-02-06 14:45:04 +08:00
3 changed files with 229 additions and 102 deletions

View File

@ -5,10 +5,10 @@ const config = {
BASE_URL: 'http://192.168.110.172:8000',//http://139.224.253.23:8000
API_PREFIX: '',
// MQTT 配置
MQTT_HOST: 'www.cnxhyc.com',
MQTT_PORT: 8083,
MQTT_HOST: '47.120.79.150',
MQTT_PORT: 9083,
MQTT_USERNAME: 'admin',
MQTT_PASSWORD: '#YtvpSfCNG'
MQTT_PASSWORD: '#YtvpSfCNG'
},
// 生产环境
production: {