Browse Source

企业-联系我们

Xiao_123 2 months ago
parent
commit
4549f5b350
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/recruit/enterprise/contactUs/index.vue

+ 12 - 0
src/views/recruit/enterprise/contactUs/index.vue

@@ -0,0 +1,12 @@
+<template>
+	<ContactUsPage />
+</template>
+
+<script setup>
+defineOptions({ name: 'contactUs'})
+import ContactUsPage from '@/views/recruit/components/contactUs/index.vue'
+</script>
+
+<style scoped lang="scss">
+
+</style>