修改concept

This commit is contained in:
2025-12-28 13:42:57 +08:00
parent 09f187f95a
commit f35a5b4b47
7 changed files with 202 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ import { AlertCircle, Clock, TrendingUp, Info, RefreshCw } from 'lucide-react';
import ReactECharts from 'echarts-for-react';
import { logger } from '@utils/logger';
import { getApiBase } from '@utils/apiConfig';
import { getConceptHtmlUrl } from '@utils/textUtils';
import { useIndexQuote } from '@hooks/useIndexQuote';
import conceptStaticService from '@services/conceptStaticService';
import { GLASS_BLUR } from '@/constants/glassConfig';
@@ -450,7 +451,7 @@ const FlowingConcepts = () => {
};
const handleClick = (name) => {
window.open(`https://valuefrontier.cn/htmls/${name}.html`, '_blank');
window.open(getConceptHtmlUrl(name), '_blank');
};
if (loading) {