Commit 3a799e7ef7924881844b167e91f907ecfef6bf9a
1 parent
b67c269c
压缩代码
Showing
2 changed files
with
2 additions
and
5 deletions
config/index.js
src/utils/request.js
| ... | ... | @@ -8,12 +8,9 @@ const service = axios.create({ |
| 8 | 8 | // https://pay.renniting.cn/ 赤峰正式环境 |
| 9 | 9 | // http://pay.service.huangshiparking.com/ 黄石 |
| 10 | 10 | |
| 11 | - // 'http://39.98.58.92:8090'; 赤峰测试环境 | |
| 12 | - | |
| 13 | - | |
| 14 | 11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
| 15 | 12 | |
| 16 | - baseURL: 'https://pay.renniting.cn/', // url = base url + request url | |
| 13 | + baseURL: 'https://dev.renniting.cn/pay/', // url = base url + request url | |
| 17 | 14 | // withCredentials: true, // send cookies when cross-domain requests |
| 18 | 15 | timeout: 6000 // request timeout |
| 19 | 16 | }) | ... | ... |