feat: 刷题页面
This commit is contained in:
16
src/router/index.ts
Normal file
16
src/router/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
import QuestionBank from '@views/question-bank';
|
||||
import UploadQuestions from '@views/upload-questions';
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/question-bank',
|
||||
exact: true,
|
||||
component: QuestionBank,
|
||||
},
|
||||
{
|
||||
path: '/upload-questions',
|
||||
exact: true,
|
||||
component: UploadQuestions,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user