<template> <ContactUs :showTitle="false" /> </template> <script setup> // 联系我们 import ContactUs from '../headhunting/components/contact.vue' </script> <style lang="scss" scoped> </style>