diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx index 0c48945..655d5d0 100644 --- a/src/route/Correction/Correction.tsx +++ b/src/route/Correction/Correction.tsx @@ -1160,7 +1160,27 @@ export default function Correction() { > 换名 */} - + { + console.log(item.projCorrectionApplyId); + nav( + `/proj-new/MATERIAL?pkg=&videoDemo=`, + { + state: { + type: 'copy', + projId: item.projId, + } + } + ); + }} + > + 复制 +