mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 08:57:14 +08:00
fix: 修复由于文件组件名称错误导致的侧边栏筛选功能失效
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user