zhengnaiwen_citu 1 год назад
Родитель
Сommit
51ef7972b9
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/views/recruit/position/index.vue

+ 6 - 0
src/views/recruit/position/index.vue

@@ -0,0 +1,6 @@
+<template>
+  <div>招聘</div>
+</template>
+<script setup>
+defineOptions({name: 'position-page'})
+</script>