diff --git a/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx b/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx index c72bda5b9ed67025136a87b3d0c828b2cf61bf7a..3a16c6f5ba068e74ccf53c2973205acc07f1abc0 100644 --- a/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx +++ b/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx @@ -121,7 +121,7 @@ const MapNotification: React.FC = ({ districtName }) => {
通知 {currentDistrictName} - {notifications[currentIndex].content} + {notifications[currentIndex]?.content}
); diff --git a/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx b/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx index fa4da2960a95722a503ccbf16fdd5497cc313a9d..1117bde7c25d2725c2963f75726fc5777fb50c26 100644 --- a/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx +++ b/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx @@ -94,7 +94,8 @@ const NavigationBar: React.FC = () => { icon: 'map-navigate-logo-4.png', hasChildren: true, children: [ - { key: 'industryStatus1', label: '环境卫生', pageKey: 'environment' }, + { key: 'industryStatus1', label: '环境卫生' }, + // { key: 'industryStatus1', label: '环境卫生', pageKey: 'environment' }, { key: 'industryStatus2', label: '市容广招' }, { key: 'industryStatus3', label: '固废处置' }, { key: 'industryStatus4', label: '市政设施' }, diff --git a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less index b628d44f320616cde3d13cc1ad3d50a4e7706c88..4245357faf6747a66297ecc2f6141de863366efd 100644 --- a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less +++ b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less @@ -1,5 +1,6 @@ .container { padding: 10px 20px 20px 20px; + cursor: pointer; .dataBox { width: 242px; diff --git a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx index 9530159854f7e9730ef5f89d6c54c596f64f5e2a..c87712f71890db92ead50e0827444f140dd9eba6 100644 --- a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx +++ b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx @@ -89,8 +89,8 @@ const EnvironmentalHealth: React.FC = () => { return (
navigateTo('environment')} - style={{ cursor: 'pointer' }} + // onClick={() => navigateTo('environment')} + // style={{ cursor: 'pointer' }} > {/* 问题统计 */}