fix(security): 添加VITE_PAYMENT_URL环境变量配置

This commit is contained in:
2026-06-18 21:29:41 +08:00
parent 3d977d0a2d
commit 8afeb2e4d9
160 changed files with 21893 additions and 0 deletions

View File

@@ -4,5 +4,11 @@ VITE_APP_TITLE =医院信息管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 医保支付URL
VITE_PAYMENT_URL = 'http://10.47.0.67:8089'
# HealthLink-HIS管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'
# 医保接口地址
VITE_QRCODE_API_URL = 'http://10.47.0.67:8089'