From 30a33fd98967921c7bbf68eb1fa24f8bda13c202 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 1 Jul 2025 14:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/Correction/Correction.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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, + } + } + ); + }} + > + 复制 +