From 7bcfcad492ddb75a961c20174ce63f5ec103a255 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 27 Sep 2025 15:33:13 +0800
Subject: [PATCH] feat:去除打印

---
 src/views/tickets/orderLog.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 4ad8dcc..6576afb 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -1634,7 +1634,6 @@
 
       this.initMapLine({}, async polygon => {
         const currentLine = that.wayLineList.find(item => item.wayline_id === waylineId);
-        console.log(currentLine.wayline_type, '5555')
         //按照航线来
         const params = {
           type: ['2', '4', '5'].includes(currentLine.wayline_type) ? 2 : 0,

--
Gitblit v1.9.3