mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-07 22:16:16 +08:00
parent
ec44ba9335
commit
b173e808c7
1 changed files with 1 additions and 1 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Add table
Reference in a new issue