zhengnaiwen_citu 1 ano atrás
pai
commit
51ef7972b9
1 arquivos alterados com 6 adições e 0 exclusões
  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>