mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 01:36:45 +08:00
更新 SubscribeListView.vue 中的 Teleport 组件条件,以支持根据订阅类型动态渲染
This commit is contained in:
@@ -183,7 +183,7 @@ useDynamicButton({
|
|||||||
:error-description="keyword ? t('subscribe.noFilterData') : t('subscribe.noSubscribeData')"
|
:error-description="keyword ? t('subscribe.noFilterData') : t('subscribe.noSubscribeData')"
|
||||||
/>
|
/>
|
||||||
<!-- 底部操作按钮 -->
|
<!-- 底部操作按钮 -->
|
||||||
<Teleport to="body" v-if="route.path.startsWith('/subscribe')">
|
<Teleport to="body" v-if="route.path.startsWith(`/subscribe/${props.type === '电影' ? 'movie' : 'tv'}`)">
|
||||||
<div v-if="isRefreshed">
|
<div v-if="isRefreshed">
|
||||||
<VFab
|
<VFab
|
||||||
v-if="userStore.superUser && !appMode"
|
v-if="userStore.superUser && !appMode"
|
||||||
|
|||||||
Reference in New Issue
Block a user