index.vue 395 B

12345678910111213
  1. <script setup>
  2. import Container from '../../components/Container/Container.vue';
  3. </script>
  4. <template>
  5. <Container title="客服">
  6. <template #bg>
  7. <image src="https://openwork-oss.oss-cn-shenzhen.aliyuncs.com/uploads/question/2025/05/bHbLzGDSB07Gc0tqCVCI3NLUx4sbUU4KHKSolvBq.png" mode="scaleToFill" class="bg" />
  8. </template>
  9. </Container>
  10. </template>
  11. <style lang="scss" ></style>