You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 后端 API 地址(与健康助手共用同一后端)
|
|
|
VITE_API_BASE_URL=http://localhost:8080
|
|
|
|
|
|
# 健康助手前端地址(用于跨项目跳转)
|
|
|
VITE_HEALTH_AI_URL=http://localhost:5173
|
|
|
|