From 3a465f7fb233eae97abd357ff5a847627c80d286 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 19 Mar 2022 17:31:33 +0800
Subject: [PATCH] 项目部分改动

---
 src/components/campusNav/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index 3d17339..c6e43a2 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -283,6 +283,7 @@
                 tooltip.showAt(e.windowPosition, title)
             })
         },
+
         closeModel () {
             if (this.$route.path.indexOf('/campusnavi') != -1) {
                 this.$store.dispatch('delVisitedViews', this.$route)
@@ -295,6 +296,9 @@
             this.comeNameText = ''
             this.comeNameList = []
             this.comeNameShow = false
+            this.pathBoxList = []
+            this.pathBoxShow = false
+
             if (CamPusNavLayer.campusRouteLayer != null) {
                 CamPusNavLayer.campusRouteLayer.clear()
                 this.isOverRouter = false
@@ -572,6 +576,8 @@
         clearLayer () {
             if (CamPusNavLayer.campusRouteLayer != null) {
                 CamPusNavLayer.campusRouteLayer.clear()
+                this.pathBoxList = []
+                this.pathBoxShow = false
             }
         },
 

--
Gitblit v1.9.3