<template> <view> <view>发布</view> <custom-tab-bar page="release" /> </view> </template> <script setup> import CustomTabBar from '@/components/CustomTabBar/index.vue' </script>