From 47c307a493cf31f073958451c183edfded589751 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Thu, 21 Mar 2024 11:20:03 +0800
Subject: [PATCH] 代码优化

---
 subPackage/police/people.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/subPackage/police/people.vue b/subPackage/police/people.vue
index b8a5861..8afe253 100644
--- a/subPackage/police/people.vue
+++ b/subPackage/police/people.vue
@@ -172,12 +172,12 @@
 				})
 			},
 			navTo(id, status) {
-				uni.navigateTo({
-					url: `./policeSituationDetail?id=${id}`,
-					complete: (res) => {
-						console.log(res)
-					}
-				})
+				// uni.navigateTo({
+				// 	url: `./policeSituationDetail?id=${id}`,
+				// 	complete: (res) => {
+				// 		console.log(res)
+				// 	}
+				// })
 				// this.navToDetail(reportType, id)
 			},
 

--
Gitblit v1.9.3