新增就业市场页面

This commit is contained in:
zxy
2024-02-20 09:57:00 +08:00
parent 2a7a4bb560
commit 99140f318a
4 changed files with 33 additions and 3 deletions

22
pages/market/market.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
市场详情页面
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>