diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index d3892dc1..b0a09020 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -341,23 +341,6 @@ function ScanTerminalScreen() { /> ); } - if (!isPro) { - return ( -
-
-
- {isEn ? "Scan is available on Pro" : "扫描功能需 Pro 权限"} -
-
- {isEn - ? "Distribution view and city briefing remain available." - : "分布视图和右侧城市简报仍可查看。"} -
-
-
- ); - } - // Keep MapCanvas always mounted — hiding with CSS avoids Leaflet // reinitialization that causes a white background on tab switches. // The analysis view overlays on top when active.