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