feat: Update user storage options in FileBrowserView

This commit is contained in:
jxxghp
2024-09-09 08:16:22 +08:00
parent fc263d79a8
commit 3357928e80
2 changed files with 14 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ function loadingChanged(loading: number) {
// 存储切换
async function storageChanged(storage: string) {
activeStorage.value = storage
emit('pathchanged', { path: '/', fileid: 'root' })
emit('pathchanged', { storage: storage, path: '/', fileid: 'root' })
}
// 路径变化