second commit

This commit is contained in:
2025-12-25 18:33:15 +08:00
parent 78407f1cbd
commit 6a6ddba71a
34 changed files with 527 additions and 1226 deletions

View File

@@ -111,7 +111,7 @@ const toggle = (index) => {
const handle = (type, item) => {
switch (type) {
case 'more':
mapStore.updateDialog('alarm')
mapStore.updateDialog({ visible: true, type: 'alarm' })
break
default:
break