You need to sign in before continuing.
Commit 6d58484583c802a661e10c459a72399fd59f6486
1 parent
d4009a7c
黄石正式环境
Showing
1 changed file
with
3 additions
and
3 deletions
src/utils/request.js
| ... | ... | @@ -3,9 +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 | - // http://dev.renniting.cn/pay/ 赤峰测试 | |
| 7 | - // http://pay.service.renniting.cn/ 赤峰 | |
| 8 | - baseURL: 'http://test.renniting.cn/pay/', // url = base url + request url | |
| 6 | + // 正式 https://pay.huangshiparking.com/ | |
| 7 | + // 测试 http://test.renniting.cn/pay/ | |
| 8 | + baseURL: 'https://pay.huangshiparking.com/', // url = base url + request url | |
| 9 | 9 | // withCredentials: true, // send cookies when cross-domain requests |
| 10 | 10 | timeout: 6000 // request timeout |
| 11 | 11 | }) | ... | ... |