This commit is contained in:
2025-05-16 17:40:50 +08:00
parent f810351a58
commit 6a638f47b5

View File

@@ -4,9 +4,9 @@ export const title = 'shgg_mes'
// 云服务器环境 // 云服务器环境
// const url = 'wss://ff6bab7a.ala.cn-hangzhou.emqxsl.cn:8084/mqtt'; // 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 = { const options = {
clean: true, clean: true,