wjx há 2 anos atrás
pai
commit
a1334d8f10

+ 0 - 3
src/components/FileBoxAD/index.tsx

@@ -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}

+ 2 - 0
src/models/useLaunchAdq/useBdMediaPup.ts

@@ -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 {