fix:修复编辑按钮跳转失败问题
This commit is contained in:
parent
e086442a2d
commit
3c3c2063b0
@ -474,6 +474,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: AddExam,
|
||||
meta: { title: '添加试卷' }
|
||||
},
|
||||
{
|
||||
path: 'edit/:id',
|
||||
name: 'EditExam',
|
||||
component: AddExam,
|
||||
meta: { title: '编辑试卷' }
|
||||
},
|
||||
{
|
||||
path: 'preview',
|
||||
name: 'ExamPreview',
|
||||
|
Loading…
x
Reference in New Issue
Block a user