Newer
Older
KaiFengPC / src / views / sponeScreen / projectHM / index.vue
@zhangdeliang zhangdeliang on 17 Jun 243 bytes update
<template>
  <!-- 海绵综合一张图 项目建设 -->
  <div class="publicContainer">项目建设</div>
</template>

<script setup>
const { proxy } = getCurrentInstance();

onMounted(() => {});
</script>

<style lang="scss" scoped></style>