Newer
Older
KaiFengPC / src / views / sponeScreen / chengguanweiScreen / index.vue
@鲁yixuan 鲁yixuan on 18 Jun 446 bytes 1
<template>
  <!-- 海绵综合一张图首页 -->
  <div class="hmMainPage">
    海绵综合一张图首页4k分辨率
    <!-- 地图 -->
    <GisMapMF></GisMapMF>
  </div>
</template>

<script setup>
import bus from '@/bus';
import GisMapMF from '@/views/sponeScreen/gisMF/map.vue';
onMounted(() => {});
</script>

<style scoped lang="scss">
.hmMainPage {
  width: 100%;
  height: 100%;
  background: #010e22;
  position: relative;
}
</style>