From 0511da6b4efa0227dee26193b02fe81b6a7ea7d2 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 19 Sep 2024 15:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-screen/src/components/home/countryMap1.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-screen/src/components/home/countryMap1.vue b/sgzb-screen/src/components/home/countryMap1.vue index 439f23fe..1c52a0f5 100644 --- a/sgzb-screen/src/components/home/countryMap1.vue +++ b/sgzb-screen/src/components/home/countryMap1.vue @@ -685,12 +685,12 @@ export default { this.mapEcharts.on('click', function (params) { if (params.data && params.data.a > 0) { _this.$router.push({ - path: '/home-new', + path: '/bigScrap/home-new', query: { province: params.data.name, location: params.data.value }, }) } else if (params.region.count > 0) { _this.$router.push({ - path: '/home-new', + path: '/bigScrap/home-new', query: { province: params.name, location: params.region.value }, }) } else {