mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-12 11:11:06 +08:00
add storage type
This commit is contained in:
@@ -40,7 +40,7 @@ const treeItems = ref<FileItem[]>([
|
||||
// 拉取子目录
|
||||
async function fetchDirs(item: any) {
|
||||
return api
|
||||
.get('/filebrowser/local/listdir?path=' + item.path)
|
||||
.get('/local/listdir?path=' + item.path)
|
||||
.then((data: any) => {
|
||||
item.children.push(...data)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user