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}`;