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

@@ -7,5 +7,11 @@ VITE_APP_ENV = 'dev'
# HealthLink-HIS管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'
# 医保接口地址
VITE_QRCODE_API_URL = 'http://10.47.0.67:8089'
# 医保支付URL
VITE_PAYMENT_URL = 'http://10.47.0.67:8089'
# 租户ID配置
VITE_APP_TENANT_ID = '1'