Commit 14442c78b336e17bfcf501d242807ac3821b9c64
1 parent
9f6e52ca
地图
Showing
2 changed files
with
4 additions
and
4 deletions
.gitignore
src/utils/request.js
... | ... | @@ -3,11 +3,9 @@ import axios from 'axios' |
3 | 3 | // let _url = process.env.API_ROOT |
4 | 4 | // axios.defaults.baseURL = process.env.API_ROOT |
5 | 5 | const service = axios.create({ |
6 | - | |
6 | + // http://39.98.58.92:8090 赤峰测试 | |
7 | 7 | // http://pay.service.renniting.cn/ 赤峰 |
8 | - // http://pay.service.huangshiparking.com/ 黄石正式环境 | |
9 | - // http://39.98.54.240:8090/ 黄石测试环境 | |
10 | - baseURL: 'http://pay.service.renniting.cn/v1', // url = base url + request url | |
8 | + baseURL: 'http://39.98.58.92:8090', // url = base url + request url | |
11 | 9 | // withCredentials: true, // send cookies when cross-domain requests |
12 | 10 | timeout: 6000 // request timeout |
13 | 11 | }) | ... | ... |