mqtt更换地址

master
xce 2026-01-04 23:52:51 +08:00
parent 0ea24e0329
commit ead9717f22
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wxccd7e2a0911b3397",
"appid" : "wxd86ebf13689eac0d",
"setting" : {
"urlCheck" : false,
"es6" : false,

View File

@ -172,7 +172,7 @@ export default {
mqttClient: null,
temp: "",
mqttConfig: {
host: '1.94.254.176',
host: '122.51.109.52',
port: 9001,
username: 'admin',
password: 'Admin#12345678',

View File

@ -238,7 +238,7 @@ export default {
return {
// MQTT
mqttConfig: {
broker: 'ws://1.94.254.176:9001/mqtt', //
broker: 'ws://122.51.109.52:9001/mqtt', //
clientId: 'uniapp_mqtt_' + Math.random().toString(16).substr(2, 8),
username: 'admin',
password: 'Admin#12345678',