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-07-20 14:23:04 +08:00
|
|
|
// 点击标记点位
|
|
|
|
|
export const clickMarkPointMittKey = "clickMarkPoint";
|
2026-07-16 10:38:54 +08:00
|
|
|
// Cesium 点位层通知 React 重置底部工具栏
|
|
|
|
|
export const resetBottomUtilsMittKey = "resetBottomUtils";
|
2026-01-05 14:53:49 +08:00
|
|
|
// 改变覆盖蒙版显隐
|
2026-01-07 13:51:33 +08:00
|
|
|
export const changeCoverMaskVisibleMittKey = "changeCoverMaskVisible";
|