12345678910111213141516171819 |
- <!-- @format -->
- <script setup lang="ts">
- </script>
- <template>
- <div>
- <business-home-banner />
- <div class="w-1200-auto">
- <business-home-section01 />
- <business-home-section02 />
- </div>
- <AppFooter />
- </div>
- </template>
- <style lang="less" scoped>
- </style>
|