4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
# 开发默认走 Vite 代理 /api -> http://127.0.0.1:8001
|
|
# 生产或直连后端时可设为完整地址,例如:
|
|
# VITE_API_BASE_URL=http://127.0.0.1:8001/api/v1
|