fix build_config bug

This commit is contained in:
Pan
2017-09-29 13:52:29 +08:00
committed by 花裤衩
parent a842a4b451
commit 2725285d26
4 changed files with 33 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
ENV_MODE: '"prod"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://api-prod"',
APP_ORIGIN: '"https://wallstreetcn.com"'
};