fix:修复编辑按钮跳转失败问题

This commit is contained in:
yuk255 2025-09-17 13:01:27 +08:00
parent e086442a2d
commit 3c3c2063b0

View File

@ -474,6 +474,12 @@ const routes: RouteRecordRaw[] = [
component: AddExam,
meta: { title: '添加试卷' }
},
{
path: 'edit/:id',
name: 'EditExam',
component: AddExam,
meta: { title: '编辑试卷' }
},
{
path: 'preview',
name: 'ExamPreview',