fix run
This commit is contained in:
parent
e6e4c32ded
commit
6e4daf8f1f
|
@ -16,9 +16,6 @@ export const url = $i?.instanceUrl;
|
||||||
export const url = address.origin;
|
export const url = address.origin;
|
||||||
// #v-endif
|
// #v-endif
|
||||||
export const apiUrl = url + "/api";
|
export const apiUrl = url + "/api";
|
||||||
export const wsUrl = `${
|
|
||||||
url.replace("http://", "ws://").replace("https://", "wss://")
|
|
||||||
}/streaming`;
|
|
||||||
export const lang = localStorage.getItem("lang");
|
export const lang = localStorage.getItem("lang");
|
||||||
export const langs = _LANGS_;
|
export const langs = _LANGS_;
|
||||||
export const locale = JSON.parse(localStorage.getItem("locale"));
|
export const locale = JSON.parse(localStorage.getItem("locale"));
|
||||||
|
|
Loading…
Reference in New Issue