Squashed commit of the following:
All checks were successful
CI / Docker-Build (push) Successful in 2m28s
All checks were successful
CI / Docker-Build (push) Successful in 2m28s
commit d621373abb
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date: Wed Jun 5 10:03:51 2024 +0800
url更改
This commit is contained in:
parent
229efac247
commit
103beaa722
@ -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}`;
|
||||
|
Loading…
Reference in New Issue
Block a user