shuishen
2022-03-19 3a465f7fb233eae97abd357ff5a847627c80d286
项目部分改动
3 files modified
2 files added
29 ■■■■■ changed files
public/img/icon/close-video.png patch | view | raw | blame | history
public/img/icon/start-video.png patch | view | raw | blame | history
src/components/campusNav/index.vue 6 ●●●●● patch | view | raw | blame | history
src/components/map/components/dimension.vue 6 ●●●● patch | view | raw | blame | history
src/styles/pcpage/dc-ui.scss 17 ●●●● patch | view | raw | blame | history
public/img/icon/close-video.png
public/img/icon/start-video.png
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
            }
        },
src/components/map/components/dimension.vue
@@ -56,7 +56,7 @@
let layerSATtwo = null
let tcLayer = null
const wallLayer = null
// const wallLayer = null
export default {
    name: 'dimension',
@@ -871,8 +871,8 @@
        // 科技感删除
        removeSAT () {
            global.viewer.remove(layerSat)
            global.viewer.remove(layerSATtwo)
            global.viewer.removeLayer(layerSat)
            global.viewer.removeLayer(layerSATtwo)
            layerSat = null
            layerSATtwo = null
        },
src/styles/pcpage/dc-ui.scss
@@ -30,16 +30,15 @@
        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;
    //     }
    // }
}