<template> <!-- 海绵综合一张图地图cesium --> <div class="mapContainerMF">海绵综合一张图地图cesium</div> </template> <script setup> const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped> .mapContainerMF { width: 100%; height: 100%; } </style>