Files
cas_cloud_web_i18n/.env.production

15 lines
329 B
Plaintext
Raw Permalink Normal View History

2021-11-30 09:55:37 +08:00
# 页面标题
2023-09-15 15:34:55 +08:00
VITE_APP_TITLE=咸海生态治理国际科技产业合作信息化平台
2021-11-30 09:55:37 +08:00
# 生产环境配置
2023-07-19 09:22:11 +08:00
VITE_APP_ENV='production'
2021-11-30 09:55:37 +08:00
# 若依管理系统/生产环境
2023-07-19 09:22:11 +08:00
VITE_APP_BASE_API='/api'
2021-11-30 09:55:37 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
2023-07-19 09:22:11 +08:00
VITE_BUILD_COMPRESS=gzip
# i18n
2023-09-15 15:34:55 +08:00
VITE_APP_I18N_LOCALE=zh_CN