From 0619dcb940251eda177fadd0349df8d5c383a7ee Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 12 Jan 2026 08:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/Bi/components/Header/index.js | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/pages/Container/Bi/components/Header/index.js b/src/pages/Container/Bi/components/Header/index.js index 53d613b..2d6286e 100644 --- a/src/pages/Container/Bi/components/Header/index.js +++ b/src/pages/Container/Bi/components/Header/index.js @@ -1,15 +1,13 @@ import { useMount } from "ahooks"; import { useContext, useState } from "react"; import { CSSTransition } from "react-transition-group"; +import guangImg from "~/assets/images/map_bi/guang.png"; import backImg from "~/assets/images/public/bigScreen/back.png"; import imgOk from "~/assets/images/public/bigScreen/imgok.png"; -import guangImg from "~/assets/images/map_bi/guang.png"; import topImg from "~/assets/images/public/bigScreen/title.png"; import { Context } from "~/pages/Container/Map/js/context"; import mitt from "~/pages/Container/Map/js/mitt"; import { - changeBottomUtilsAnimationMittKey, - changeContentAnimationKeyMittKey, changePeopleTrajectorySelectVisibleMittKey, clickBackMittKey, clickBranchOfficePointMittKey, @@ -60,12 +58,10 @@ function Header() { mapMethods.current.flyTo(); mapMethods.current.addPortPoint(); } - mitt.emit(changeBottomUtilsAnimationMittKey); mitt.emit(initBottomUtilsMittKey); mitt.emit(resetBottomCurrentIndexMittKey); mitt.emit(resetAllBottomUtilsCheckMittKey); mitt.emit(clickBackMittKey); - mitt.emit(changeContentAnimationKeyMittKey); mitt.emit(changePeopleTrajectorySelectVisibleMittKey, false); }; @@ -99,10 +95,20 @@ function Header() {