From 08fcc710d0a2acb185b3477d72fe32aff6f2e29a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 01 Dec 2025 16:23:03 +0800
Subject: [PATCH] feat:增加ws连接状态

---
 src/pages/map/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/map/index.vue b/src/pages/map/index.vue
index 5c7bd3b..727a290 100644
--- a/src/pages/map/index.vue
+++ b/src/pages/map/index.vue
@@ -33,7 +33,6 @@
 				url: "/subPackages/qrCode/index",
 			});
 		} else if (data.type === "jumpAddWork") { //新建任务
-			console.log(data.rowItem, '9999')
 			const encodedData = encodeURIComponent(JSON.stringify(data.rowItem))
 			uni.setStorageSync('webview_params', encodedData)
 			uni.switchTab({
@@ -54,6 +53,7 @@
 		uni.setTabBarItem({
 			index: 2, // Tab 的索引(从0开始)
 			visible: false,
+      pagePath: "subPackages/taskDetail/addTask/index"
 		})
 		uni.setTabBarItem({
 			index: 3, // Tab
@@ -66,4 +66,4 @@
 	.page-wrap {
 		font-size: 20px;
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3