guoshilong
2023-09-23 fb336f319c71291fa09de3e7f67f1ccfab3cb7c8
src/pages/page-web/projects/project_list/index.vue
@@ -5,7 +5,8 @@
        </div>
        <div class="right_content">
            <div class="map">
                <Map />
                <!-- <Map /> -->
                <GMap />
            </div>
            <div class="media-wrapper" v-if="root.$route.name === ERouterName.MEDIA">
                <MediaPanel />
@@ -13,12 +14,14 @@
            <div class="task-wrapper" v-if="root.$route.name === ERouterName.TASK">
                <TaskPanel />
            </div>
            <div class="device-wrapper" v-if="root.$route.name === ERouterName.DEVICES"></div>
        </div>
    </div>
</template>
<script setup lang="ts">
import Map from '/@/components/cesiumMap/cesium.vue'
// import Map from '/@/components/cesiumMap/cesium.vue'
import GMap from '/@/components/GMap.vue'
import MediaPanel from '/@/components/MediaPanel.vue'
import TaskPanel from '/@/components/task/TaskPanel.vue'
import { EBizCode, ERouterName } from '/@/types'
@@ -34,10 +37,10 @@
    width: 100%;
    .left_content {
        width: 335px;
        min-height: 100vh;
        width: 370px;
        max-height: 100vh;
        background-color: black;
        color: $text-white-basic;
        color: $text-white-basic !important;
    }
    .right_content {