chore: sync local updates
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# 开发环境配置 - 用于本地开发 (npm run dev)
|
||||
VITE_API_BASE=http://192.168.1.233:2424
|
||||
# 开发环境 (npm run dev)
|
||||
# 留空:使用相对路径 /api/*,由 vite.config.js 代理到本机后端(见 server.proxy)
|
||||
# 若需直连某台后端,可改为例如 http://127.0.0.1:8000(此时不走代理,需自行处理 CORS)
|
||||
VITE_API_BASE=
|
||||
|
||||
Reference in New Issue
Block a user