communicate.vue 258 B

123456789101112
  1. <template>
  2. <view class="nodata-img-parent">
  3. <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
  4. </view>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style scoped lang="scss">
  9. </style>