Newer
Older
DH_Apicture / src / views / pictureOnMap / page / RiverAndLakeEcology / index.vue
@zhangqy zhangqy 27 days ago 323 bytes first commit
<template>
<!-- 河湖生态 -->
  <div class="RiverAndLakeEcology">
河湖生态
  </div>
</template>
<script setup name="RiverAndLakeEcology">
import {ref,reactive,onMounted} from "vue"
const { proxy } = getCurrentInstance();
onMounted(() => {});

</script>
<style lang="scss" scoped>
.RiverAndLakeEcology {

}

</style>