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
毕凯
2017-11-14 15:00:45 +0800
Commit
64459e6aed1db751ea27b462f0208600ea59491b
2 parents
ba03a8fc
30c09e93
Merge branch 'feature/change-config' into 'master'
修改配置的地址为南京test2 gateway See merge request
!1
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 @
64459e6
const
config
=
{
dev
:
{
axiosBaseUrl
:
'http://192.168.10
3.73
:8080'
,
axiosBaseUrl
:
'http://192.168.10
2.25
:8080'
,
axiosResponseType
:
'json'
,
},
production
:
{
axiosBaseUrl
:
'http://192.168.10
3.73
:8080'
,
axiosBaseUrl
:
'http://192.168.10
2.25
:8080'
,
axiosResponseType
:
'json'
,
}
};
...
...
Please
register
or
login
to post a comment