index.vue 288 B

12345678910111213141516171819
  1. <!-- @format -->
  2. <script setup lang="ts">
  3. </script>
  4. <template>
  5. <div>
  6. <business-home-banner />
  7. <div class="w-1200-auto">
  8. <business-home-section01 />
  9. <business-home-section02 />
  10. </div>
  11. <AppFooter />
  12. </div>
  13. </template>
  14. <style lang="less" scoped>
  15. </style>