release.vue 204 B

12345678910
  1. <template>
  2. <view>
  3. <view>发布</view>
  4. <custom-tab-bar page="release" />
  5. </view>
  6. </template>
  7. <script setup>
  8. import CustomTabBar from '@/components/CustomTabBar/index.vue'
  9. </script>