liuyg
2022-03-25 7919b75636eaac4d3384a19d2db67df8a56b98cf
src/components/map/index.vue
@@ -15,23 +15,23 @@
        <div
            style="
        position: fixed;
        left: 4px;
        bottom: 4px;
        width: 80px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        background: #2196f3ed;
        z-index: 11;
      "
                position: fixed;
                left: 4px;
                bottom: 4px;
                width: 80px;
                line-height: 24px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                border-radius: 4px;
                background: #2196f3ed;
                z-index: 11;
            "
        >智慧校区</div>
        <dimension />
        <!-- <calender /> -->
        <calender v-if="calenderShow" />
        <left-nav ref="leftNav"></left-nav>
@@ -65,8 +65,8 @@
    components: {
        mapPopup,
        campusBuildingSearch,
        dimension
        // calender
        dimension,
        calender
    },
    data () {
        return {
@@ -158,7 +158,8 @@
            'campusNavFlag',
            'orgNavBarFlag',
            'arcNavBarFlag',
            'searchPopupFlag'
            'searchPopupFlag',
            'calenderShow'
        ])
    },
    mounted () {