Jsl-OA-Web-Re/.env.build_prod

6 lines
102 B
Plaintext
Raw Normal View History

2022-09-15 14:21:11 +08:00
# just a flag
NODE_ENV = 'production'
# 打包模式连生产服
2024-04-09 19:23:49 +08:00
VUE_APP_BASE_API = '/api-prod'