diff --git a/serve/frontend/src/pages/ConceptAnalysis.tsx b/serve/frontend/src/pages/ConceptAnalysis.tsx
index c698ce1..2772151 100644
--- a/serve/frontend/src/pages/ConceptAnalysis.tsx
+++ b/serve/frontend/src/pages/ConceptAnalysis.tsx
@@ -348,14 +348,6 @@ export function ConceptAnalysis() {
>
涨幅RPS轮动分析
-
diff --git a/serve/frontend/src/pages/IndustryAnalysis.tsx b/serve/frontend/src/pages/IndustryAnalysis.tsx
index e2ad919..edb3928 100644
--- a/serve/frontend/src/pages/IndustryAnalysis.tsx
+++ b/serve/frontend/src/pages/IndustryAnalysis.tsx
@@ -390,14 +390,6 @@ export function IndustryAnalysis() {
subtitle={`${industryLevelLabel} · ${marketQuery.data?.as_of ?? rowsQuery.data?.date ?? '最新'} · ${stats.length} 个行业 · ${totalSymbols} 只标的`}
right={
-
diff --git a/serve/frontend/src/pages/LimitUpLadder.tsx b/serve/frontend/src/pages/LimitUpLadder.tsx
index d034a52..9db2b13 100644
--- a/serve/frontend/src/pages/LimitUpLadder.tsx
+++ b/serve/frontend/src/pages/LimitUpLadder.tsx
@@ -1440,7 +1440,7 @@ export function LimitUpLadder() {
const extColumnsParam = useMemo(() => buildExtColumnsParam(extFields), [extFields])
- const { data, isLoading, refetch, isFetching } = useQuery({
+ const { data, isLoading } = useQuery({
queryKey: [QK.limitLadder(asOf || undefined), extColumnsParam, direction],
queryFn: () => api.limitLadder(asOf || undefined, extColumnsParam, direction),
staleTime: 5 * 60_000,
@@ -1606,13 +1606,6 @@ export function LimitUpLadder() {
>
-
}
/>