From 7c5c1db1d327b562ad19b1e2dedd20204a345617 Mon Sep 17 00:00:00 2001 From: lijingqi <1437862981@qq.com> Date: Tue, 18 Mar 2025 11:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E6=8E=A5=E5=85=A5=E8=A1=8C=E4=B8=9A?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modals/IndustrySystem/index.tsx | 38 +++++++++---------- src/pages/GlobalModalServices/registry.tsx | 2 +- .../IndustryOperationV4/index.tsx | 8 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/pages/GlobalModalServices/modals/IndustrySystem/index.tsx b/src/pages/GlobalModalServices/modals/IndustrySystem/index.tsx index 83d2e327..a7b7e6f4 100644 --- a/src/pages/GlobalModalServices/modals/IndustrySystem/index.tsx +++ b/src/pages/GlobalModalServices/modals/IndustrySystem/index.tsx @@ -119,7 +119,7 @@ const IndustrySystem = () => { sub: [ { name: '建筑垃圾处', - sysNum: 2 + sysNum: 1 }, ], sys: [ @@ -128,10 +128,10 @@ const IndustrySystem = () => { url: 'http://221.237.182.174:8011/', targetAppCode: '58517dc5a1beba7974123ffae79112a2' }, - { - name: '建筑垃圾处置系统', - url: 'http://125.70.11.8:9000/ryl/#/login/', - }, + // { + // name: '建筑垃圾处置系统', + // url: 'http://125.70.11.8:9000/ryl/#/login/', + // }, ] }, // { @@ -139,20 +139,20 @@ const IndustrySystem = () => { // sub: [], // sys: [] // }, - { - sub: [ - { - name: '综合治理处', - sysNum: 1 - }, - ], - sys: [ - { - name: '成都市城管委信用信息报送系统', - url: 'https://credit.chengdu.gov.cn:8443/cdcredit/', - }, - ], - }, + // { + // sub: [ + // { + // name: '综合治理处', + // sysNum: 1 + // }, + // ], + // sys: [ + // { + // name: '成都市城管委信用信息报送系统', + // url: 'https://credit.chengdu.gov.cn:8443/cdcredit/', + // }, + // ], + // }, ]; const listOld1 = [ { diff --git a/src/pages/GlobalModalServices/registry.tsx b/src/pages/GlobalModalServices/registry.tsx index aff35a3d..60c12cc9 100644 --- a/src/pages/GlobalModalServices/registry.tsx +++ b/src/pages/GlobalModalServices/registry.tsx @@ -273,7 +273,7 @@ export default class Registry { IndustrySystem: { defaultConfig: { w: 1104, - h: 935, + h: 850, title: '行业系统', }, defaultProps: {}, diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationV4/index.tsx index a4ddfb50..678ff6d1 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/index.tsx @@ -34,10 +34,10 @@ const IndustryOperationV4: React.FC = () => { name: '成都市工地扬尘监控及建筑垃圾运输处置信息和监管平台', url: 'http://221.237.182.174:8011/', }, - { - name: '建筑垃圾处置系统', - url: 'http://125.70.11.8:9000/ryl/#/login/', - }, + // { + // name: '建筑垃圾处置系统', + // url: 'http://125.70.11.8:9000/ryl/#/login/', + // }, ], }, { -- GitLab