From 974f79c26bcf7cc589a8d28300aa71e065e808f9 Mon Sep 17 00:00:00 2001 From: fandaiyang <1147379969@qq.com> Date: Thu, 21 Nov 2024 20:10:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=BC=E5=90=88=E6=8C=87=E6=8C=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 26 ++++++++++++++++++++++ src/pages/UrbanSituation/Problem/index.tsx | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ece50ee1..eda519fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ dependencies: '@ant-design/pro-components': specifier: ^2.4.4 version: 2.7.19(antd@5.21.2)(rc-field-form@2.4.0)(react-dom@18.3.1)(react@18.3.1) + '@types/bmapgl': + specifier: ^0.0.7 + version: 0.0.7 '@types/crypto-js': specifier: ^4.2.2 version: 4.2.2 @@ -53,6 +56,9 @@ dependencies: lodash: specifier: ^4.17.21 version: 4.17.21 + react-bmapgl: + specifier: ^0.2.28 + version: 0.2.28(react-dom@18.3.1)(react@18.3.1) react-countup: specifier: ^6.5.3 version: 6.5.3(react@18.3.1) @@ -2679,6 +2685,10 @@ packages: '@babel/types': 7.25.7 dev: false + /@types/bmapgl@0.0.7: + resolution: {integrity: sha512-3R0wFbZtynfHBJq0v477amaNH3t2u2CzBo46ViIPDdOTEJJ+Ma/ql4X8tS2XjDZcZhDAr6QDWoqV8SZvp6STvA==} + dev: false + /@types/crypto-js@4.2.2: resolution: {integrity: sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==} dev: false @@ -7808,6 +7818,10 @@ packages: engines: {node: '>=8'} dev: false + /mapvgl@1.0.0-beta.191: + resolution: {integrity: sha512-kbcLSXPSZybMgvJ0RTPEpISC6hpc27P/UwYCFASKLRe6Z7LC0Z11FwNXvQT/jkAK/LdBm2GqsE9i+GQViqRIYg==} + dev: false + /mathml-tag-names@2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} dev: false @@ -10194,6 +10208,18 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false + /react-bmapgl@0.2.28(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-qqIyuoDril0424/MQA418D20KtvNeE7MBRnWL1EttaX/kNfGzAUjJRoVzROD8bLiDytYSzvodyr+hl0/6MniCQ==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + mapvgl: 1.0.0-beta.191 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + shallowequal: 1.1.0 + dev: false + /react-countup@6.5.3(react@18.3.1): resolution: {integrity: sha512-udnqVQitxC7QWADSPDOxVWULkLvKUWrDapn5i53HE4DPRVgs+Y5rr4bo25qEl8jSh+0l2cToJgGMx+clxPM3+w==} peerDependencies: diff --git a/src/pages/UrbanSituation/Problem/index.tsx b/src/pages/UrbanSituation/Problem/index.tsx index f7708021..59044326 100644 --- a/src/pages/UrbanSituation/Problem/index.tsx +++ b/src/pages/UrbanSituation/Problem/index.tsx @@ -84,11 +84,11 @@ const Problem = () => { }, }, { - name: '其它', + name: '综合指挥', value: statisticsData.otherSourceNum, modalConf: { type: '3', - title: '其他处置渠道', + title: '综合指挥运行概况', isOther: '1' }, } -- GitLab