panle ceklilis

This commit is contained in:
burakovec
2025-07-16 08:46:10 +03:00
parent 29a2448fb6
commit 7349f1b5fa
5 changed files with 13 additions and 8 deletions

View File

@ -8,7 +8,7 @@ export const useDataStore = defineStore('dataStore', () => {
const globalDataStore = useGlobalDataStore()
const toastStore = useToastStore()
const siteBase = ref<string>('https://mpiapi.beyaz.net/')
const siteBase = ref<string>('https://panel.cekilisevi.gov.tr:5001/')
const apiBase = ref<string>('api/')
const panelData = reactive<Record<string, any>>({})
const pageData = reactive<Record<string, any>>({})