husq
2023-10-16 fc32856528eec1bc936fb5e0aa71157e828343ee
去除console
1 files modified
1 ■■■■ changed files
src/components/g-map/use-drone-control-ws-event.ts 1 ●●●● patch | view | raw | blame | history
src/components/g-map/use-drone-control-ws-event.ts
@@ -90,7 +90,6 @@
  }
  onMounted(() => {
    console.log('弹窗初始化触发?')
    EventBus.on('droneControlWs', handleDroneControlWsEvent)
  })