Files
pasd_pc/.env.production
2026-03-13 14:32:43 +08:00

16 lines
428 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 页面标题
VITE_APP_TITLE = 平安水电
# 生产环境配置
VITE_APP_ENV = production
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
# CAS 配置非CAS模式打包
VITE_APP_CAS_ENABLE = false
VITE_APP_CAS_SERVER_URL = https://rsso.gxsdxy.cn
VITE_APP_CAS_VALIDATE_URL = https://rsso.gxsdxy.cn/p3/serviceValidate