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
@@ -16,7 +16,7 @@ export const useVerificationStore = defineStore('verification', () => {
|
||||
const url = config.public.verificationApiBaseUrl;
|
||||
if (!url) {
|
||||
console.warn('verificationApiBaseUrl is undefined in runtimeConfig, using fallback');
|
||||
return 'http://10.10.150.131:8089/api/v1';
|
||||
return 'http://10.10.123.140:8089/api/v1';
|
||||
}
|
||||
return url;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user