@@ -185,9 +185,6 @@ function FlieBox(props: Props) {
}
}, [folderId, moveId, mediaType])
- console.log('111111111111', get_folder_tree?.data);
-
return <div style={{ display: 'flex', flexFlow: 'row' }}>
{get_folder_tree?.data?.length > 0 && <div style={{ flexShrink: 0 }}>
{treeEl}
@@ -329,6 +329,8 @@ function useBdMediaPup() {
const changeClickFile = useCallback((e: any, item: { id: any, folder?: boolean }, isAll?: boolean, noFile?: boolean) => {
let { id } = item
e?.stopPropagation()//阻止冒泡传递到文件夹被点击事件
+ console.log(111111);
+
if (mediaType === 'PAGE') {
} else {