Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
2016-10-14 19:30:26 +0800
Commit
49cc655c7f0e4567b35a942d7a754380bc54d743
1 parent
a6a38493
代码格式化 review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/coupon/services/CouponService.js
js/coupon/services/CouponService.js
View file @
49cc655
...
...
@@ -7,7 +7,7 @@ export default class CouponService {
constructor
(
host
)
{
let
baseURL
=
'http://api.yoho.cn'
;
if
(
host
){
baseURL
=
host
;
baseURL
=
host
;
}
this
.
api
=
new
Request
(
baseURL
);
}
...
...
Please
register
or
login
to post a comment