@@ -12,7 +12,7 @@ export interface Response {
}
const instance = axios.create({
- // baseURL: window.GLOBAL_CONFIG.api,
+ baseURL: 'https://ycxcktapi.bozedu.net',
timeout: 180 * 1000,
headers: {
'Content-Type': 'application/x-www-form-urlencoded',