From fa0045dec30afff824b1efdafeb437a7b4f21c7e Mon Sep 17 00:00:00 2001 From: rain <167982779@qq.com> Date: Thu, 16 Jan 2025 10:08:16 +0800 Subject: [PATCH] 打印ws信息 --- src/api/http/config.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/http/config.ts b/src/api/http/config.ts index 70b0fcd..737f673 100644 --- a/src/api/http/config.ts +++ b/src/api/http/config.ts @@ -8,7 +8,7 @@ // http://172.16.13.64:8100 // baseURL: 'http://192.168.1.133:6789', // This url must end with "/". Example: 'http://192.168.1.1:6789/' // baseURL: 'http://192.168.1.133:6789', // This url must end with "/". Example: 'http://192.168.1.1:6789/' - baseURL: 'http://192.168.1.198:6789', // This url must end with "/". Example: 'http://192.168.1.1:6789/' + baseURL: 'https://wrj.shuixiongit.com/api/', // This url must end with "/". Example: 'http://192.168.1.1:6789/' // ws: 'ws//127.0.0.1:6789/api/v1/ws', ws: 'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws', // ws://192.168.1.198:1883/ -- Gitblit v1.9.3