cjl
2023-07-13 e4b8afe4e8d303f9beeeff9e4d1178aa0ea8e2d1
chore
1 files modified
2 ■■■ changed files
src/util/request.ts 2 ●●● patch | view | raw | blame | history
src/util/request.ts
@@ -6,7 +6,7 @@
const instance = axios.create({
    //baseURL: 'http://47.99.64.149:8082/', // baseUrl会在发送请求的时候拼接在url前面      开发环境
    // baseURL: 'http://www.7drlb7.com:8082/', // baseUrl会在发送请求的时候拼接在url前面      正式环境
    baseURL: 'http://localhost:8082/',
    baseURL: 'http://192.168.0.80:8082/',
    timeout: 5000
})