Squashed commit of the following:
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:
joylink_zhaoerwei 2024-06-05 10:05:15 +08:00
parent 229efac247
commit 103beaa722

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