From 3c3c2063b096dc3b424fef0ca5d8cdaa43b9b996 Mon Sep 17 00:00:00 2001 From: yuk255 Date: Wed, 17 Sep 2025 13:01:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=8C=89=E9=92=AE=E8=B7=B3=E8=BD=AC=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/router/index.ts b/src/router/index.ts index 6e85bbc..e60814c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -474,6 +474,12 @@ const routes: RouteRecordRaw[] = [ component: AddExam, meta: { title: '添加试卷' } }, + { + path: 'edit/:id', + name: 'EditExam', + component: AddExam, + meta: { title: '编辑试卷' } + }, { path: 'preview', name: 'ExamPreview',