test
This commit is contained in:
parent
a6631b8458
commit
1230ca8787
@ -4,11 +4,13 @@ function getHost(): string {
|
|||||||
// return '192.168.3.37:9091';
|
// return '192.168.3.37:9091';
|
||||||
// return '192.168.3.15:9091';
|
// return '192.168.3.15:9091';
|
||||||
// return '192.168.3.5: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() {
|
export function getHttpBase() {
|
||||||
return `http://${getHost()}`;
|
// return `http://${getHost()}`;
|
||||||
|
return `https://${getHost()}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getWebsocketUrl() {
|
export function getWebsocketUrl() {
|
||||||
|
Loading…
Reference in New Issue
Block a user