收藏页tabbar删除

This commit is contained in:
BAKEYi 2026-06-04 11:51:30 +08:00
parent fc3bd046e9
commit 2851b8e13b
1 changed files with 1 additions and 4 deletions

View File

@ -105,14 +105,12 @@
<image class="empty-icon" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/da814ede-1adc-4f90-8cdf-5357a12fab27.png"></image> <image class="empty-icon" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/da814ede-1adc-4f90-8cdf-5357a12fab27.png"></image>
</view> </view>
</view> </view>
<view style="height: 120rpx;"></view> <view style="height: 120rpx;"></view>
<TabBar :selected="3"></TabBar>
</view> </view>
</template> </template>
<script> <script>
import TabBar from "@/components/tabbar/tabbar.vue"
import BrandCard from "@/pages/home/components/brand-card.vue" import BrandCard from "@/pages/home/components/brand-card.vue"
import SkillCard from "@/pages/home/components/skill-card.vue" import SkillCard from "@/pages/home/components/skill-card.vue"
import request from "@/utils/request" import request from "@/utils/request"
@ -122,7 +120,6 @@ const USE_REAL_API = true
export default { export default {
components: { components: {
TabBar,
BrandCard, BrandCard,
SkillCard SkillCard
}, },