index.vue 198 B

1234567891011
  1. <template>
  2. <ContactUs :showTitle="false" />
  3. </template>
  4. <script setup>
  5. // 联系我们
  6. import ContactUs from '../headhunting/components/contact.vue'
  7. </script>
  8. <style lang="scss" scoped>
  9. </style>