From d621373abb306fe51b506592392e16c72103baaf Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Wed, 5 Jun 2024 10:03:51 +0800 Subject: [PATCH] =?UTF-8?q?url=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/UrlManage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/UrlManage.ts b/src/configs/UrlManage.ts index 32b1e1f..5306523 100644 --- a/src/configs/UrlManage.ts +++ b/src/configs/UrlManage.ts @@ -31,7 +31,7 @@ export function getHttpBase() { export function getWebsocketUrl() { let protocol = 'ws'; - let host = '192.168.33.233:9091'; + let host = '192.168.33.233'; // let host = 'test.joylink.club'; let port = '8083'; let url = `${protocol}://${host}:${port}`;