Commit b43b528d97b0a85410fc7e42b0fc362745359d4d
1 parent
3eff4053
赤峰正式环境
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/request.js
... | ... | @@ -5,7 +5,7 @@ import axios from 'axios' |
5 | 5 | const service = axios.create({ |
6 | 6 | // https://dev.renniting.cn/pay/ 赤峰测试 |
7 | 7 | // http://pay.service.renniting.cn/ 赤峰 |
8 | - baseURL: 'http://pay.service.renniting.cn/', // url = base url + request url | |
8 | + baseURL: 'https://dev.renniting.cn/pay/', // url = base url + request url | |
9 | 9 | // withCredentials: true, // send cookies when cross-domain requests |
10 | 10 | timeout: 6000 // request timeout |
11 | 11 | }) | ... | ... |