Commit 52f809e55753cb403a3d1bec1137ca29dab90ff1
1 parent
03a5c6a7
去掉车辆类型
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/request.js
... | ... | @@ -7,7 +7,7 @@ const service = axios.create({ |
7 | 7 | // http://pay.service.renniting.cn/ 赤峰 |
8 | 8 | // http://pay.service.huangshiparking.com/ 黄石正式环境 |
9 | 9 | // http://39.98.54.240:8090/ 黄石测试环境 |
10 | - baseURL: 'http://39.98.54.240:8090/', // url = base url + request url | |
10 | + baseURL: 'http://pay.service.huangshiparking.com/', // url = base url + request url | |
11 | 11 | // withCredentials: true, // send cookies when cross-domain requests |
12 | 12 | timeout: 6000 // request timeout |
13 | 13 | }) | ... | ... |