修正前端PROD

This commit is contained in:
2025-12-02 15:03:40 +08:00
parent a853c16854
commit 72eb1088df
3 changed files with 2 additions and 3 deletions

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

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