Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-api-doc
·
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
Plain Diff
Browse Files
Authored by
郭成尧
2018-04-08 14:34:13 +0800
Commit
352c67b10705fe5a856333624776d73c4545c67f
2 parents
d0944f93
6b582457
Merge branch 'feature/change-config' into 'master'
将环境切换至test3 See merge request
!8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/config/index.js
src/config/index.js
View file @
352c67b
const
config
=
{
dev
:
{
axiosBaseUrl
:
'http://api-test
2
.yohops.com'
,
axiosBaseUrl
:
'http://api-test
3
.yohops.com'
,
axiosResponseType
:
'json'
,
},
production
:
{
axiosBaseUrl
:
'http://api-test
2
.yohops.com'
,
axiosBaseUrl
:
'http://api-test
3
.yohops.com'
,
axiosResponseType
:
'json'
,
}
};
...
...
Please
register
or
login
to post a comment