zhengnaiwen_citu 1 vuosi sitten
vanhempi
commit
51ef7972b9
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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>