slider popup

This commit is contained in:
burakovec
2025-07-11 09:16:24 +03:00
parent 1754e646a8
commit 32486af507
13 changed files with 1017 additions and 5 deletions

View File

@ -2,7 +2,8 @@ import axios from 'axios'
import { useUsersStore } from '@/stores/usersStore'
import router from '@/router'
axios.defaults.baseURL = 'http://panel.cekilisevi.gov.tr:5001/'
// axios.defaults.baseURL = 'http://panel.cekilisevi.gov.tr:5001/'
axios.defaults.baseURL = 'https://mpiapi.beyaz.net/'
// axios.defaults.baseURL = 'https://localhost:7241/'
//axios.defaults.timeout = 2000;
axios.defaults.headers['Content-Type'] = 'application/json; charset=utf-8'