修改concept
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user