operation-system/.env.production

12 lines
319 B
Plaintext
Raw Normal View History

2025-05-30 13:16:11 +08:00
# 页面标题
VITE_APP_TITLE = 运营云后台管理系统
# 生产环境配置
VITE_APP_ENV = 'production'
# 生产环境
2025-08-26 17:27:28 +08:00
VITE_APP_BASE_API = 'https://app.yingyijt.com/apis'
VITE_APP_PLATFORM = 'https://app.yingyijt.com/platform'
2025-05-30 13:16:11 +08:00
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip