fix 订阅历史按钮

This commit is contained in:
jxxghp
2025-07-08 13:48:45 +08:00
parent 3e152bd389
commit 59ee3d8ceb
3 changed files with 20 additions and 20 deletions

View File

@@ -183,7 +183,7 @@ useDynamicButton({
:error-description="keyword ? t('subscribe.noFilterData') : t('subscribe.noSubscribeData')"
/>
<!-- 底部操作按钮 -->
<Teleport to="body" v-if="route.path === '/subscribe'">
<Teleport to="body" v-if="route.path.startsWith('/subscribe')">
<div v-if="isRefreshed">
<VFab
v-if="userStore.superUser && !appMode"