liuyg
2022-03-22 e911c5fa1f968f5bb88d1ea3f893e285249c5933
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
            }
        },