This commit is contained in:
Yuan 2023-07-20 14:34:52 +08:00
parent a6631b8458
commit 1230ca8787

View File

@ -4,11 +4,13 @@ function getHost(): string {
// return '192.168.3.37:9091';
// return '192.168.3.15:9091';
// return '192.168.3.5:9091';
return '192.168.3.233:9091';
// return '192.168.3.233:9091';
return 'test.joylink.club/bjrtss-server';
}
export function getHttpBase() {
return `http://${getHost()}`;
// return `http://${getHost()}`;
return `https://${getHost()}`;
}
export function getWebsocketUrl() {