Files
cas_cloud_web/.env.production

11 lines
270 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-09-20 17:31:39 +08:00
VITE_APP_BASE_API = 'http://120.26.107.74:1618'
2021-11-30 09:55:37 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip