From 452a4e7a4a5d79be4c9bb13924af6c0687a08484 Mon Sep 17 00:00:00 2001 From: yms Date: Thu, 19 Dec 2024 21:39:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagementElement/index.tsx | 46 ++++++++++--------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/src/pages/UrbanManagementResourceElements/ManagementElement/index.tsx b/src/pages/UrbanManagementResourceElements/ManagementElement/index.tsx index 8ffa0981..f8325a27 100644 --- a/src/pages/UrbanManagementResourceElements/ManagementElement/index.tsx +++ b/src/pages/UrbanManagementResourceElements/ManagementElement/index.tsx @@ -1,11 +1,10 @@ - -import { Flex, Statistic, Space } from 'antd' import type { StatisticProps } from 'antd'; +import { Flex, Space, Statistic } from 'antd'; import CountUp from 'react-countup'; -import styles from './index.less' +import styles from './index.less'; /** - * + * * @description 管理要素 */ @@ -20,22 +19,27 @@ const formatter1: StatisticProps['formatter'] = (value) => ( const ManagementElement = () => { return ( - + 管理要素 - { - window.open('http://10.1.214.174:1800/comprehensivebig') - }}>进入网格基座查看更多 + { + window.open('https://10.1.174.34:13600/user/autoLogin'); + }} + > + 进入网格基座查看更多 + - - - + + + 责任网格 - + @@ -43,22 +47,22 @@ const ManagementElement = () => { 资源网格 - - + + 资源 - + 部件 - + @@ -66,8 +70,8 @@ const ManagementElement = () => { 感知 - - + + 亿 @@ -77,7 +81,7 @@ const ManagementElement = () => { - ) -} + ); +}; -export default ManagementElement \ No newline at end of file +export default ManagementElement; -- GitLab