前端公共部分开发完成,支持图片展示功能

This commit is contained in:
2026-01-27 12:56:17 +08:00
parent 911e58c29b
commit be0bcb4d51
25 changed files with 3252 additions and 19 deletions

6
webapp/.env.development Normal file
View File

@@ -0,0 +1,6 @@
# 开发环境配置
# API 基础 URL - 开发环境直接使用完整的后端服务地址(不使用代理)
VITE_API_BASE_URL=http://localhost:8080/api/v1
# 开发环境使用完整URL不需要代理
VITE_API_MODE=direct