From f685c364f07ee6f12b3ffd368a93eb0dad26090e Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 26 Nov 2025 13:45:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/subPackages/droneConsole/index.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/subPackages/droneConsole/index.vue b/src/subPackages/droneConsole/index.vue
index a745229..1543671 100644
--- a/src/subPackages/droneConsole/index.vue
+++ b/src/subPackages/droneConsole/index.vue
@@ -18,9 +18,18 @@
function onPostMessage(data) {
if (data.type === 'back'){
+ // uni.navigateTo({
+ // url: `/subPackages/inProgress/index?wayLineJodInfoId=${data.taskDetails.id}`
+ // });
+ // #ifdef H5
+ window.history.back()
+ // #endif
+
+ // #ifdef APP-PLUS
uni.navigateBack({
delta: 1 // 返回的页面数,默认1(返回上一页)
});
+ // #endif
}
}
--
Gitblit v1.9.3