- <script setup>
- import Container from '../../components/Container/Container.vue';
- </script>
- <template>
- <Container title="客服">
- <template #bg>
- <image src="https://openwork-oss.oss-cn-shenzhen.aliyuncs.com/uploads/question/2025/05/bHbLzGDSB07Gc0tqCVCI3NLUx4sbUU4KHKSolvBq.png" mode="scaleToFill" class="bg" />
- </template>
- </Container>
- </template>
- <style lang="scss" ></style>
|