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-05-16 11:30:08 +0800
Commit
24164e9407d52a894acad5670214f2f758aab67e
2 parents
352c67b1
4591768f
Merge branch 'feature/change-config' into 'master'
使用新的域名 See merge request
!9
Show 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 @
24164e9
const
config
=
{
dev
:
{
axiosBaseUrl
:
'http://api-test3.
yohops
.com'
,
axiosBaseUrl
:
'http://api-test3.
dev.yohocorp
.com'
,
axiosResponseType
:
'json'
,
},
production
:
{
axiosBaseUrl
:
'http://api-test3.
yohops
.com'
,
axiosBaseUrl
:
'http://api-test3.
dev.yohocorp
.com'
,
axiosResponseType
:
'json'
,
}
};
...
...
Please
register
or
login
to post a comment