final update

This commit is contained in:
bagus-arie05
2025-11-11 14:23:30 +07:00
parent 1733c67b9e
commit 783f143902
9 changed files with 202 additions and 137 deletions

View File

@@ -47,9 +47,10 @@ import { useWebSocket } from "~/composables/useWebSocket";
const paymentStore = usePaymentStore();
const router = useRouter();
const localIpAddress = ref(null);
const config = useRuntimeConfig()
const WS_URL_BASE = "ws://10.10.150.45:8080/api/v1/ws";
const WS_QUERY = "user_id=QRIS&room=BANKJATIM";
const WS_URL_BASE = config.public.url_base;
const WS_QUERY = config.public.query;
const fullWsUrl = `${WS_URL_BASE}?${WS_QUERY}`;
const {