This commit is contained in:
2025-05-15 17:56:20 +08:00
parent d0d241168b
commit 3cbea81b9a
3 changed files with 93 additions and 15 deletions

View File

@@ -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,