12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
# 页面标题
|
|
VITE_APP_TITLE = HealthLink移动护理
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# API地址
|
|
VITE_APP_BASE_API = '/dev-api'
|
|
|
|
# 后端代理地址
|
|
VITE_API_PROXY = 'http://localhost:18080/healthlink-his'
|