YZProjectCloud/yanzhu-ui-vue3/.env.production

13 lines
282 B
Plaintext
Raw Normal View History

2024-08-17 12:11:19 +08:00
# 页面标题
2024-10-01 16:35:07 +08:00
VITE_APP_TITLE = 数字建安施工
2024-08-17 12:11:19 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
2024-09-01 22:29:20 +08:00
VITE_BUILD_COMPRESS = gzip
VUE_APP_FILE_API='/statics'