From e97b8516ae04f08ed093f9bf6af67278169b3ed6 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Fri, 6 Jun 2025 10:22:35 +0800 Subject: [PATCH] =?UTF-8?q?fast(dev):=20=E8=B0=83=E6=95=B4config=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/util/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/renderer/src/util/config.js b/src/renderer/src/util/config.js index e54a9e3..c900d45 100644 --- a/src/renderer/src/util/config.js +++ b/src/renderer/src/util/config.js @@ -22,6 +22,11 @@ export default { swichWsUrl: 'ws://127.0.0.1:8001', serialPortUrl: 'http://127.0.0.1:8888', + // url: 'http://192.168.1.17:8000', + // wsUrl: 'ws://192.168.1.17:8000', + // swichWsUrl: 'ws://192.168.1.17:8001', + // serialPortUrl: 'http://192.168.1.17:8000', + // 远程连接串口使用 // serialPortUrl: 'http://120.77.172.42:7202', // serialPortUrl: 'http://192.168.1.17:8888',