9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 双碳管理系统/测试环境
|
|
VUE_APP_BASE_API = '/'
|
|
VUE_APP_BASE_URL = 'http://sh.neuedu.com:9988'
|