From 3fef62b03c16aa69c109c355150cdb698b777feb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 28 六月 2024 17:39:20 +0800
Subject: [PATCH] Merge branch 'develop/steels' into feature/steels/yangan

---
 pages/public-page/mapRoute/mapRoute.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/public-page/mapRoute/mapRoute.vue b/pages/public-page/mapRoute/mapRoute.vue
index 1587f90..8c27414 100644
--- a/pages/public-page/mapRoute/mapRoute.vue
+++ b/pages/public-page/mapRoute/mapRoute.vue
@@ -160,7 +160,7 @@
 						from: fromLocation,
 						to: toLocation,
 						success: function(res) {
-							console.log(res);
+							console.log(res,'resutlss');
 							let ret = res;
 							let coors = ret.result.routes[0].polyline,
 								pl = [];

--
Gitblit v1.9.1