3 lines
119 B
Bash
3 lines
119 B
Bash
# 开发环境 — 请求走 vite proxy,前缀 /api 会被代理到 http://127.0.0.1:8080/api
|
|
VITE_API_BASE_URL=/api
|