Files
cas_cloud_web_i18n/.env.production

11 lines
249 B
Plaintext
Raw Normal View History

2021-11-30 09:55:37 +08:00
# 页面标题
2022-09-20 17:31:39 +08:00
VITE_APP_TITLE = 中科云
2021-11-30 09:55:37 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
2022-10-13 17:42:32 +08:00
VITE_APP_BASE_API = '/api'
2021-11-30 09:55:37 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip