Commit dc296370c2f641081c709cada4fbbd37790cd87d
1 parent
704b8215
赤峰测试环境
Showing
1 changed file
with
3 additions
and
1 deletions
src/utils/request.js
... | ... | @@ -11,7 +11,9 @@ const service = axios.create({ |
11 | 11 | // 'http://39.98.58.92:8090'; 赤峰测试环境 |
12 | 12 | |
13 | 13 | |
14 | - baseURL: 'http://pay.service.renniting.cn/', // url = base url + request url | |
14 | + // https://dev.renniting.cn/pay/ 赤峰农行测试环境 | |
15 | + | |
16 | + baseURL: 'https://dev.renniting.cn/pay/', // url = base url + request url | |
15 | 17 | // withCredentials: true, // send cookies when cross-domain requests |
16 | 18 | timeout: 6000 // request timeout |
17 | 19 | }) | ... | ... |