chenyao
2025-11-08 5aeb8c60920f72382b57c81b3789b127a941f46a
src/subPackages/inProgress/index.vue
@@ -17,7 +17,7 @@
    });
  } else if (data.type === 'control') {
    uni.navigateTo({
      url: `/subPackages/droneConsole/index?wayLineJodInfoId=${wayLineJodInfoId.value}`
      url: `/subPackages/droneConsole/index?wayLineJodInfoId=${wayLineJodInfoId.value}&dockSn=${data.dockSn}`
    });
  }
}
@@ -29,6 +29,10 @@
onShow(function () {
  showComponent.value = true
  // #ifdef APP-PLUS
  plus.navigator.setFullscreen(false);
  plus.screen.lockOrientation("portrait-primary");
  // #endif
})
onHide(() =>{