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 面板

---
 traffic-audit-server/src/main/resources/application.yml.example |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/traffic-audit-server/src/main/resources/application.yml.example b/traffic-audit-server/src/main/resources/application.yml.example
index 880717f..fbec5e7 100644
--- a/traffic-audit-server/src/main/resources/application.yml.example
+++ b/traffic-audit-server/src/main/resources/application.yml.example
@@ -3,6 +3,8 @@
   port: 8090
   tomcat:
     basedir: .
+    threads:
+      max: 500
     accesslog:
       enabled: true
       directory: logs

--
Gitblit v1.9.1