wangzimeng 3564721d23 1、首页:平台推荐列表跳转详情
2、发布页面标题:发布信息
2025-07-26 18:26:09 +08:00

13 lines
198 B
Vue

<template>
<!-- <view> 发布 </view> -->
<s-layout title="发布信息" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }">
</s-layout>
</template>
<script>
</script>
<style>
</style>