From f65eb0dfefd593058abaf51404a7472677c4473e Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 20 五月 2024 16:54:40 +0800
Subject: [PATCH] 地图层级

---
 src/pages/zhongyi/zhongyi.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/pages/zhongyi/zhongyi.vue b/src/pages/zhongyi/zhongyi.vue
index 35aacc5..4b1add8 100644
--- a/src/pages/zhongyi/zhongyi.vue
+++ b/src/pages/zhongyi/zhongyi.vue
@@ -609,10 +609,7 @@
 			},
 			// 杩斿洖鎸夐挳 
 			goBack() {
-				// uuni.redirectTo();
-				uni.redirectTo({
-					url: '/pages/index/index'
-				})
+				this.$router.go(-1);
 			},
 		}
 	}

--
Gitblit v1.9.1