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