更新前端项目

This commit is contained in:
2025-11-17 16:49:03 +08:00
parent 638e152cff
commit 033890742d
16 changed files with 862 additions and 130 deletions

View File

@@ -0,0 +1,10 @@
# API 基础地址
VITE_API_BASE_URL=http://192.168.124.23:8000
# 应用配置
VITE_APP_TITLE=Hertz Admin
VITE_APP_VERSION=1.0.0
# 开发服务器配置
VITE_DEV_SERVER_HOST=localhost
VITE_DEV_SERVER_PORT=3000