3 files modified
2 files added
| | |
| | | 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 |
| | | } |
| | | }, |
| | | |
| | |
| | | let layerSATtwo = null |
| | | let tcLayer = null |
| | | |
| | | const wallLayer = null |
| | | // const wallLayer = null |
| | | |
| | | export default { |
| | | name: 'dimension', |
| | |
| | | |
| | | // 科技感删除 |
| | | removeSAT () { |
| | | global.viewer.remove(layerSat) |
| | | global.viewer.remove(layerSATtwo) |
| | | global.viewer.removeLayer(layerSat) |
| | | global.viewer.removeLayer(layerSATtwo) |
| | | layerSat = null |
| | | layerSATtwo = null |
| | | }, |
| | |
| | | fill: #2196f3; |
| | | } |
| | | |
| | | .div-icon { |
| | | .tag-entitys-box { |
| | | animation: moveLayerIcon 0.5s linear 0; |
| | | } |
| | | // .div-icon { |
| | | // .tag-entitys-box { |
| | | // animation: moveLayerIcon 0.5s linear 0; |
| | | // } |
| | | |
| | | .tag-entitys-box:hover { |
| | | animation: moveLayerIcon 0.5s linear infinite; |
| | | } |
| | | } |
| | | |
| | | // .tag-entitys-box:hover { |
| | | // animation: moveLayerIcon 0.5s linear infinite; |
| | | // } |
| | | // } |
| | | |
| | | } |
| | | |