Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
陈峰
2017-05-05 16:24:01 +0800
Commit
480425ab94be0b5f81e901e2f8161ea490d329bc
1 parent
bdb56382
es2015
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
package.json
server/common/api-domain.js
server/common/config.js
package.json
View file @
480425a
...
...
@@ -14,6 +14,7 @@
},
"dependencies"
:
{
"axios"
:
"^0.15.3"
,
"babel-preset-es2015"
:
"^6.24.1"
,
"babel-runtime"
:
"^6.23.0"
,
"bluebird"
:
"^3.5.0"
,
"body-parser"
:
"^1.17.1"
,
...
...
server/common/api-domain.js
View file @
480425a
...
...
@@ -36,7 +36,7 @@ let domainApis = {
// 域名列表
const
domains
=
{
erp
:
'http://192.168.1
03.82:9098
'
,
erp
:
'http://192.168.1
3.249
'
,
platform
:
'http://192.168.102.210:8088/platform'
,
shop
:
'http://192.168.102.211:30016'
};
...
...
server/common/config.js
View file @
480425a
...
...
@@ -58,7 +58,8 @@ if (isTest) {
if
(
isProd
)
{
_
.
merge
(
config
,
{
apiDomain
:
{
platform
:
'http://172.31.23.161:8088/platform'
platform
:
'http://172.31.23.161:8088/platform'
,
erp
:
'http://192.168.103.82:9098'
}
});
}
...
...
Please
register
or
login
to post a comment