| | |
| | | tooltip.showAt(e.windowPosition, title) |
| | | }) |
| | | }, |
| | | |
| | | closeModel () { |
| | | if (this.$route.path.indexOf('/campusnavi') != -1) { |
| | | this.$store.dispatch('delVisitedViews', this.$route) |
| | |
| | | this.comeNameText = '' |
| | | this.comeNameList = [] |
| | | this.comeNameShow = false |
| | | this.pathBoxList = [] |
| | | this.pathBoxShow = false |
| | | |
| | | if (CamPusNavLayer.campusRouteLayer != null) { |
| | | CamPusNavLayer.campusRouteLayer.clear() |
| | | this.isOverRouter = false |
| | |
| | | clearLayer () { |
| | | if (CamPusNavLayer.campusRouteLayer != null) { |
| | | CamPusNavLayer.campusRouteLayer.clear() |
| | | this.pathBoxList = [] |
| | | this.pathBoxShow = false |
| | | } |
| | | }, |
| | | |