Commit 3d5b1aab78a22945fc5932ae2f8ea5c0ff38f197
1 parent
d42b99ad
宣化聚合 通道码支付
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/request.js
... | ... | @@ -10,7 +10,7 @@ const service = axios.create({ |
10 | 10 | |
11 | 11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
12 | 12 | |
13 | - baseURL: 'http://7pz385.natappfree.cc', // url = base url + request url | |
13 | + baseURL: 'http://i9p3ns.natappfree.cc', // url = base url + request url | |
14 | 14 | // withCredentials: true, // send cookies when cross-domain requests |
15 | 15 | timeout: 6000 // request timeout |
16 | 16 | }) | ... | ... |