From 684da4132969f03a76416796e81667d8fe59e913 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 31 八月 2026 09:14:25 +0800 Subject: [PATCH] fix: 数据导入页 el-tabs 触发 Element UI 布局无限循环,挂载卡死导致浏览器无响应/菜单不高亮——改用 el-radio-group 按钮切换模块 + v-show 面板 --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 262dd3a..cbbfa1e 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,8 @@ write_readme.py clear-bom.ps1 verify_city*.txt + +deploy-test/ +# ==== packaged static dir (copied from dist, not committed) ==== +web/ +traffic-audit-server/web/ -- Gitblit v1.9.1