Authored by 陈峰

es2015

... ... @@ -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",
... ...
... ... @@ -36,7 +36,7 @@ let domainApis = {
// 域名列表
const domains = {
erp: 'http://192.168.103.82:9098',
erp: 'http://192.168.13.249',
platform: 'http://192.168.102.210:8088/platform',
shop: 'http://192.168.102.211:30016'
};
... ...
... ... @@ -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'
}
});
}
... ...