From 6a638f47b5a91b3b43b3e5d8901ff273b48420b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 16 May 2025 17:40:50 +0800 Subject: [PATCH] 123 --- src/utils/mqtt/emqxUtil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/mqtt/emqxUtil.js b/src/utils/mqtt/emqxUtil.js index 7839e52..55e204d 100644 --- a/src/utils/mqtt/emqxUtil.js +++ b/src/utils/mqtt/emqxUtil.js @@ -4,9 +4,9 @@ export const title = 'shgg_mes' // 云服务器环境 // const url = 'wss://ff6bab7a.ala.cn-hangzhou.emqxsl.cn:8084/mqtt'; // 本地环境 -const url = 'ws://192.168.23.165:8083/mqtt' +//const url = 'ws://192.168.23.165:8083/mqtt' // 线上环境 -//const url = 'ws://192.168.60.251:8083/mqtt' +const url = 'ws://192.168.60.251:8083/mqtt' // 创建客户端实例 const options = { clean: true,