Commit d6b4fc5f543e34efea4cbc3a1c6732d204a1fb88
1 parent
3b8a0d33
jiangyin
Showing
1 changed file
with
0 additions
and
6 deletions
src/utils/request.js
| ... | ... | @@ -5,14 +5,8 @@ import axios from 'axios' |
| 5 | 5 | // axios.defaults.baseURL = process.env.API_ROOT |
| 6 | 6 | const service = axios.create({ |
| 7 | 7 | |
| 8 | - // https://pay.renniting.cn/ 赤峰 | |
| 9 | 8 | |
| 10 | 9 | |
| 11 | - // 'http://39.98.58.92:8090'; 赤峰测试环境 | |
| 12 | - | |
| 13 | - | |
| 14 | - // https://dev.renniting.cn/pay/ 赤峰农行测试环境 | |
| 15 | - | |
| 16 | 10 | // baseURL: 'https://pay.renniting.cn/', // url = base url + request url |
| 17 | 11 | baseURL: 'https://pay.lcybc.com/', // url = base url + request url |
| 18 | 12 | // withCredentials: true, // send cookies when cross-domain requests | ... | ... |