Files
cas_tt_cloud_web/.env.production

11 lines
250 B
Plaintext
Raw Normal View History

2021-12-29 11:25:14 +08:00
# 页面标题
2022-02-24 13:48:57 +08:00
VITE_APP_TITLE = 2xxx管理系统
2021-12-29 11:25:14 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
2022-01-11 17:05:48 +08:00
# xxx管理系统/生产环境
2022-02-16 08:54:56 +08:00
VITE_APP_BASE_API = '/api'
2021-12-29 11:25:14 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip,brotli