This commit is contained in:
joylink_fanyuhong 2024-06-06 17:47:19 +08:00
commit 0ca1979eba

View File

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