修复错误
parent
6d2e201730
commit
be2ea53d32
|
|
@ -13,7 +13,6 @@ import {
|
|||
clickBranchOfficePointMittKey,
|
||||
clickPortPointMittKey,
|
||||
deletePeoplePositionPointMittKey,
|
||||
initBottomUtilsMittKey,
|
||||
resetAllBottomUtilsCheckMittKey,
|
||||
resetBottomCurrentIndexMittKey,
|
||||
} from "~/pages/Container/Map/js/mittKey";
|
||||
|
|
@ -58,7 +57,6 @@ function Header() {
|
|||
mapMethods.current.flyTo();
|
||||
mapMethods.current.addPortPoint();
|
||||
}
|
||||
mitt.emit(initBottomUtilsMittKey);
|
||||
mitt.emit(resetBottomCurrentIndexMittKey);
|
||||
mitt.emit(resetAllBottomUtilsCheckMittKey);
|
||||
mitt.emit(clickBackMittKey);
|
||||
|
|
|
|||
Loading…
Reference in New Issue