生产环境用域名访问

This commit is contained in:
zhh 2018-08-21 13:51:26 +08:00
parent 632cbc219d
commit 211bb22ea7

View File

@ -1,5 +1,5 @@
'use strict' 'use strict'
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
BASE_API: '"http://localhost:8080"' BASE_API: '"http://mall-admin:8080"'
} }