Files
jobslink-user-clent/pages/market/market.vue

23 lines
180 B
Vue
Raw Normal View History

2024-02-20 09:57:00 +08:00
<template>
<view>
市场详情页面
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>