<template> <!-- 海绵综合一张图 考核评估 --> <div class="oneMapKHPG"> <KHPGHM></KHPGHM> </div> </template> <script setup> import KHPGHM from '@/views/spongePerformance/mainIndex/index.vue'; //业务系统考核首页 const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped></style>