Commit 704b82150f1a44e8ee56094fb88d4e138e9ecd27
1 parent
cd926e2c
调取微信支付
Showing
2 changed files
with
2 additions
and
2 deletions
src/utils/request.js
... | ... | @@ -11,7 +11,7 @@ const service = axios.create({ |
11 | 11 | // 'http://39.98.58.92:8090'; 赤峰测试环境 |
12 | 12 | |
13 | 13 | |
14 | - baseURL: 'http://39.98.58.92:8090/', // url = base url + request url | |
14 | + baseURL: 'http://pay.service.renniting.cn/', // url = base url + request url | |
15 | 15 | // withCredentials: true, // send cookies when cross-domain requests |
16 | 16 | timeout: 6000 // request timeout |
17 | 17 | }) | ... | ... |