准备部署

This commit is contained in:
AgentLabCn
2026-06-15 21:21:20 +08:00
parent 4167714149
commit 6c22cf9ef7
17 changed files with 898 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
# 开发环境前端变量(vite dev 在 development 模式下自动加载此文件)
# 生产构建(vite build)不会读取此文件 —— 生产环境前端使用页面同源地址。
VITE_API_BASE_URL=http://localhost:8000
VITE_WS_BASE_URL=ws://localhost:8000