From aec00ecc093be803860c8675cbe1c4c776a7cb4e Mon Sep 17 00:00:00 2001 From: GuLiMmo <2820890765@qq.com> Date: Tue, 19 Mar 2024 17:49:21 +0800 Subject: [PATCH] update: 新建航线、事件编辑、kmz文件问题修改 --- src/mqtt/config.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mqtt/config.ts b/src/mqtt/config.ts index 0ca8331..c3acd5b 100644 --- a/src/mqtt/config.ts +++ b/src/mqtt/config.ts @@ -13,7 +13,7 @@ clientId: clientId || 'DroneWeb', username: username || 'root', password: password || 'root', - host: host || '182.106.212.58', + host: host || '139.196.74.78', protocol: protocol || 'ws', - port: port || 35675, + port: port || 8083, } -- Gitblit v1.9.3