冗余prod

This commit is contained in:
2025-12-02 14:25:10 +08:00
parent 5fb7a3f488
commit 73a349f98a
2 changed files with 1 additions and 0 deletions

14
openhis-ui-vue3/.env.prd Normal file
View File

@@ -0,0 +1,14 @@
# 页面标题
VITE_APP_TITLE=医院信息管理系统
# 生产环境配置
VITE_APP_ENV= 'production'
# OpenHIS管理系统/生产环境
VITE_APP_BASE_API= '/prd-api'
# 租户ID配置
VITE_APP_TENANT_ID= '1'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip