We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bdfad commit cfbfef7Copy full SHA for cfbfef7
src/request/index.js
@@ -1,6 +1,6 @@
1
import axios from 'axios'
2
const instance = axios.create({
3
- baseURL: 'http://47.108.209.237:8767',
+ baseURL: 'http://cn-qz-plc-1.ofalias.net:59591',
4
timeout: 2000,
5
})
6
// 响应拦截器
0 commit comments