import axios from 'axios'; const client = axios.create({ baseURL: 'http://localhost:3000', timeout: 2 * 60 * 1000, responseType: 'json',
確定! 回上一頁