// 点击港口点位 export const clickPortPointMittKey = "clickPortPoint"; // 点击分公司点位 export const clickBranchOfficePointMittKey = "clickBranchOfficePoint"; // 点击标记点位 export const clickMarkPointMittKey = "clickMarkPoint"; // 点击左上角返回 export const clickBackMittKey = "clickBack"; // 重置底部工具栏当前索引 export const resetBottomCurrentIndexMittKey = "resetBottomCurrentIndex"; // 重置所有底部工具栏选中状态 export const resetAllBottomUtilsCheckMittKey = "resetAllBottomUtilsCheck"; // 改变覆盖蒙版显隐 export const changeCoverMaskVisibleMittKey = "changeCoverMaskVisible"; // 改变人员轨迹选择窗口显隐 export const changePeopleTrajectorySelectVisibleMittKey = "changePeopleTrajectorySelectVisible"; // 将人员定位列表提供给人员轨迹选择窗口 export const providePeoplePositionListMittKey = "providePeoplePositionList"; // 删除人员轨迹点位 export const deletePeoplePositionPointMittKey = "deletePeoplePositionPoint";