Skip to content

Commit

Permalink
fix: 修复由于文件组件名称错误导致的侧边栏筛选功能失效
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Apr 28, 2024
1 parent b2a1658 commit 81dbea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/system/file/main/FileAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ watch(
// 点击事件
const onClickItem = (item: FileTypeListItem) => {
router.push({ name: 'File', query: { type: item.value } })
router.push({ name: 'SystemFile', query: { type: item.value } })
}
</script>

Expand Down

0 comments on commit 81dbea8

Please sign in to comment.