add question display page

This commit is contained in:
2024-02-20 22:03:49 +08:00
parent e4c8839491
commit 6bf003d18b
21 changed files with 1427 additions and 573 deletions

10
src/router/singlePage.ts Normal file
View File

@@ -0,0 +1,10 @@
export default [
{
path: '/question-display',
name: 'question-display',
component: () => import('@/views/single/QuestionDisplay.vue'),
meta: {
title: '棉花糖展示页',
},
},
]