15 lines
313 B
Plaintext
Executable File
15 lines
313 B
Plaintext
Executable File
# 页面标题
|
|
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'
|