| | |
| | | import axios from 'axios' |
| | | |
| | | // const baseUrl = 'http://114.215.109.124:8803' // 基础URL |
| | | const baseUrl = 'http://localhost:8081' // 基础URL |
| | | const baseUrl = 'http://114.215.109.124:8803' // 基础URL |
| | | // const baseUrl = 'http://localhost:8081' // 基础URL |
| | | |
| | | const axiosInstance = axios.create({ |
| | | baseURL: baseUrl |
| | |
| | | import axios from 'axios' |
| | | |
| | | // const baseUrl = 'http://114.215.109.124:8805' // 基础URL |
| | | const baseUrl = ' http://127.0.0.1:8089' // 基础URL |
| | | const baseUrl = 'http://114.215.109.124:8805' // 基础URL |
| | | // const baseUrl = ' http://127.0.0.1:8089' // 基础URL |
| | | |
| | | const axiosInstancePy = axios.create({ |
| | | baseURL: baseUrl |