fix: Fix file hiding display issue (#9981)

#9871
This commit is contained in:
2025-08-13 16:40:50 +08:00 committed by wanghe-fit2cloud
parent 78e0233dc4
commit 12add885f6

View file

@ -603,7 +603,7 @@ let selects = ref<any>([]);
const initData = () => ({
path: '/',
expand: true,
showHidden: true,
showHidden: localStorage.getItem('show-hidden') === 'true',
page: 1,
pageSize: 100,
search: '',