|
|
@ -1,7 +1,7 @@
|
|
|
|
const wsScheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
const wsScheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
const protocol = window.location.protocol === "https:" ? "https" : "http";
|
|
|
|
const protocol = window.location.protocol === "https:" ? "https" : "http";
|
|
|
|
const osinaDomain = "https://osina.ositcom.com";
|
|
|
|
const osinaDomain = "osina.ositcom.com";
|
|
|
|
const ositcomDomain = "https://ositcom.com";
|
|
|
|
const ositcomDomain = "ositcom.com";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
async function fetchClientData() {
|
|
|
|
async function fetchClientData() {
|
|
|
|