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

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.production Normal file
View File

@@ -0,0 +1,6 @@
# 生产环境配置
# API 基础 URL - 生产环境使用相对路径
VITE_API_BASE_URL=/api/v1
# API 模式:生产环境使用相对路径
VITE_API_MODE=relative