zhengnaiwen_citu hace 1 año
padre
commit
51ef7972b9
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>