From 23bdfe1d970ecf356bcec4a5fe09cdc19e49c88f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Feb 2026 18:18:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5bi?= =?UTF-8?q?=EF=BC=8C=E5=AE=9E=E6=97=B6=E5=8A=A8=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 4 ++-- src/pages/index/components/LayoutLeft.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index a10f7e4..a5f54c1 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -17,8 +17,8 @@ export default defineConfig({ }, proxy: { '/api/': { - target: 'http://10.39.13.78:8001/', - // target: 'https://test-company.linyikj.com.cn/', + // target: 'http://10.39.13.78:8001/', + target: 'https://test-company.linyikj.com.cn/', // target: 'https://company.linyikj.com.cn/', changeOrigin: true, pathRewrite: { '^': '' }, diff --git a/src/pages/index/components/LayoutLeft.tsx b/src/pages/index/components/LayoutLeft.tsx index abc6b88..70ba247 100644 --- a/src/pages/index/components/LayoutLeft.tsx +++ b/src/pages/index/components/LayoutLeft.tsx @@ -7,7 +7,7 @@ import { } from '@/gen/Enums'; import { ClockCircleOutlined, FundOutlined } from '@ant-design/icons'; import { ProCard, ProTable } from '@ant-design/pro-components'; -import { Col, Row, Space } from 'antd'; +import { Col, Empty, Row, Space } from 'antd'; import { useEffect, useState } from 'react'; import CountUp from 'react-countup'; import MyFinancialAnalysisLine from '../charts/FinancialAnalysisLine'; @@ -197,6 +197,7 @@ export default function LayoutLeft() {
实时动态
+ {todayDynamics?.dynamics?.length ? '' : } {todayDynamics?.dynamics?.map((res: any, index: number) => { return (