提交 d4d31dd1 authored 作者: zyx's avatar zyx

追加配置

上级 b590f736
......@@ -4,5 +4,6 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://10.10.0.102:8080"'
// BASE_API: '"http://10.10.0.102:8080"'
BASE_API: '"http://mall-admin.ezijing.com"'
})
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"https://admin-api.macrozheng.com"'
// BASE_API: '"https://admin-api.macrozheng.com"'
BASE_API: '"http://mall-admin.ezijing.com"'
}
......@@ -4103,10 +4103,10 @@
"dev": true,
"optional": true,
"requires": {
"deep-extend": "0.4.2",
"ini": "1.3.5",
"minimist": "1.2.0",
"strip-json-comments": "2.0.1"
"deep-extend": "~0.4.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
},
"dependencies": {
"minimist": {
......@@ -4183,9 +4183,9 @@
"dev": true,
"optional": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"string_decoder": {
......@@ -4194,7 +4194,7 @@
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "5.1.1"
"safe-buffer": "~5.1.0"
}
},
"strip-ansi": {
......@@ -4203,7 +4203,7 @@
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "2.1.1"
"ansi-regex": "^2.0.0"
}
},
"strip-json-comments": {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论