From 38076534b1d83ffbe8d108901b548f736965ac49 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 10 Dec 2025 11:40:34 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20CompanyTabs=20=E6=B7=BB=E5=8A=A0=20isLa?= =?UTF-8?q?zy=20=E5=AE=9E=E7=8E=B0=20Tab=20=E6=87=92=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 页面打开时只渲染第一个 Tab(CompanyOverview) - 其他 Tab(深度分析、行情、财务、预测、动态跟踪)点击时才渲染和请求 - 减少首屏请求数量,提升加载性能 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Company/components/CompanyTabs/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Company/components/CompanyTabs/index.js b/src/views/Company/components/CompanyTabs/index.js index 78fcf379..c03fe612 100644 --- a/src/views/Company/components/CompanyTabs/index.js +++ b/src/views/Company/components/CompanyTabs/index.js @@ -67,6 +67,7 @@ const CompanyTabs = ({ stockCode, onTabChange }) => {