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() {