feat: 修改刷题
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
|
||||
import QuestionBank from '@views/question-bank';
|
||||
import UploadQuestions from '@views/upload-questions';
|
||||
import BrushQuestions from '@views/brush-questions'
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/question-bank',
|
||||
exact: true,
|
||||
component: QuestionBank,
|
||||
},
|
||||
{
|
||||
path: '/upload-questions',
|
||||
exact: true,
|
||||
component: UploadQuestions,
|
||||
},
|
||||
// {
|
||||
// path: '/question-bank',
|
||||
// exact: true,
|
||||
// component: QuestionBank,
|
||||
// },
|
||||
// {
|
||||
// path: '/upload-questions',
|
||||
// exact: true,
|
||||
// component: UploadQuestions,
|
||||
// },
|
||||
// {
|
||||
// path: '/brush-questions',
|
||||
// exact: true,
|
||||
// component: BrushQuestions,
|
||||
// },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user