Files
cas_tt_cloud_web/.env.production

11 lines
253 B
Plaintext
Raw Permalink Normal View History

2021-12-29 11:25:14 +08:00
# 页面标题
2022-03-04 09:56:45 +08:00
VITE_APP_TITLE = pro管理系统
2021-12-29 11:25:14 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
2022-01-11 17:05:48 +08:00
# xxx管理系统/生产环境
2022-03-09 11:55:10 +08:00
VITE_APP_BASE_API = '/web/api'
2021-12-29 11:25:14 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip,brotli