Preserve full path cache key for browse page

This commit is contained in:
jxxghp
2026-06-29 19:40:31 +08:00
parent 5127ab6c08
commit d3b3b08318
2 changed files with 10 additions and 1 deletions

View File

@@ -189,6 +189,8 @@ const router = createRouter({
component: () => import('../pages/browse.vue'),
props: true,
meta: {
keepAlive: true,
keepAliveByFullPath: true,
requiresAuth: true,
permission: 'discovery',
},