Showing
1 changed file
with
2 additions
and
2 deletions
@@ -19,8 +19,8 @@ if (process.env.NODE_ENV === 'production') { | @@ -19,8 +19,8 @@ if (process.env.NODE_ENV === 'production') { | ||
19 | 19 | ||
20 | // 正式环境接口地址 | 20 | // 正式环境接口地址 |
21 | API_CONFIG = { | 21 | API_CONFIG = { |
22 | - API_URL: 'http://api.yoho.cn/', | ||
23 | - SERVICE_URL: 'http://service.yoho.cn/' | 22 | + API_URL: 'http://api.yoho.cn', |
23 | + SERVICE_URL: 'http://service.yoho.cn' | ||
24 | }; | 24 | }; |
25 | } | 25 | } |
26 | 26 |
-
Please register or login to post a comment