Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
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-08-05 16:44:52 +0800
Commit
4543b33d4ee1ef134234501d49a597c11d54c3be
1 parent
bd07a0d2
请求接口域名由
http://api.yoho.cn
变更为
http://eshop.yoho.cn,review
by 盖剑秋
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
ios/YH_Vendor/Info.plist
js/constants/config.js
ios/YH_Vendor/Info.plist
View file @
4543b33
...
...
@@ -17,11 +17,11 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
1.0.
0
</string>
<string>
1.0.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
1.0.
0.2016062802
</string>
<string>
1.0.
1.2016080501
</string>
<key>
Fabric
</key>
<dict>
<key>
APIKey
</key>
...
...
js/constants/config.js
View file @
4543b33
module
.
exports
=
{
dev
:
{
baseUrl
:
'http://
api
.yoho.cn'
,
baseUrl
:
'http://
eshop
.yoho.cn'
,
// baseUrl: 'http://123.206.1.104:28078',
// baseUrl: 'http://192.168.102.205:8080/gateway',
HTTPTimeout
:
30000
,
//毫秒
},
prd
:
{
baseUrl
:
'http://
api
.yoho.cn'
,
baseUrl
:
'http://
eshop
.yoho.cn'
,
HTTPTimeout
:
30000
,
//毫秒
},
...
...
Please
register
or
login
to post a comment