Merge branch 'net' into development
This commit is contained in:
commit
393ffdb6f3
2 changed files with 0 additions and 8 deletions
|
|
@ -81,9 +81,6 @@ export const useSocketStore = defineStore('socket', () => {
|
|||
})
|
||||
|
||||
socket?.on('FileDelete', (dataSocket) => {
|
||||
console.log(currentFile)
|
||||
console.log(listDataFile)
|
||||
|
||||
const { pathname } = dataSocket
|
||||
|
||||
currentFile.value = updateDeleteFile(currentFile.value, pathname)
|
||||
|
|
@ -103,8 +100,6 @@ export const useSocketStore = defineStore('socket', () => {
|
|||
metadata,
|
||||
)
|
||||
}
|
||||
|
||||
console.log(fileInfo)
|
||||
})
|
||||
|
||||
socket.on('disconnect', () => {
|
||||
|
|
|
|||
|
|
@ -420,7 +420,6 @@ export const useTreeDataStore = defineStore('changeCabinet', () => {
|
|||
item.folder = updateDeleteFolder(item.folder, targetPathname)
|
||||
if (item.folder.length === 0) item.folder = []
|
||||
}
|
||||
console.log(item)
|
||||
|
||||
return item
|
||||
})
|
||||
|
|
@ -461,8 +460,6 @@ export const useTreeDataStore = defineStore('changeCabinet', () => {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(updatedData)
|
||||
|
||||
return updatedData
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue