fix route tab select

This commit is contained in:
2024-11-21 08:54:21 +08:00
parent a59a6f54e5
commit 14267bab3a
5 changed files with 12 additions and 13 deletions

View File

@@ -596,7 +596,7 @@ onMounted(async () => {
>
刷新
</NButton>
<NButton @click="$router.push({ name: 'manage-index', query: { tab: 'template', template: 'songlist' } })">
<NButton @click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })">
修改模板
</NButton>
</NSpace>