feat: Implement the core Anjungan queue display system, including clinic room, entry, and counter queues, along with new stores, pages, and API endpoints.
This commit is contained in:
No files matched your search
@@ -1683,7 +1683,7 @@ const masterStore = useMasterStore();
|
||||
const { printTicketFromPatient, isPrinting } = useThermalPrint();
|
||||
const config = useRuntimeConfig();
|
||||
const wsBaseUrl =
|
||||
config.public?.wsBaseUrl || "ws://10.10.150.100:8084/api/v1/ws";
|
||||
config.public?.wsBaseUrl || "ws://10.10.123.135:8084/api/v1/ws";
|
||||
|
||||
// TypeScript declaration for QRCode
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user