From e911c5fa1f968f5bb88d1ea3f893e285249c5933 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Mar 2022 09:51:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 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