修复 空数据时页面组件不显示

This commit is contained in:
zxr
2026-06-29 10:09:28 +08:00
parent cd5e8b5f2d
commit fcaad4b3ae
4 changed files with 122 additions and 64 deletions

View File

@@ -10,7 +10,8 @@ VITE_USE_MOCK=false
# API 基础URL
# VITE_API_BASE_URL=https://ops-api.apinb.com
VITE_API_BASE_URL=http://127.0.0.1
# 开发环境走 Vite 同源代理,避免依赖本机 80/443 nginx
VITE_API_BASE_URL=
# Logs 本地调试地址(仅 logs 模块使用)
VITE_LOGS_API_BASE_URL=http://127.0.0.1:12440