新增静态页面

This commit is contained in:
zxy
2024-03-05 23:21:41 +08:00
parent 467d2b0f7f
commit b226162c23
3 changed files with 31 additions and 1 deletions

22
pages/recruit/reform.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
我要招工
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>