add rtc feature, set payment page to wip state

This commit is contained in:
2024-11-14 15:37:25 +08:00
parent 392a577a7e
commit 45bc8485b3
18 changed files with 544 additions and 52 deletions

View File

@@ -4,7 +4,15 @@ export default [
name: 'question-display',
component: () => import('@/views/single/QuestionDisplay.vue'),
meta: {
title: '棉花糖展示页',
},
title: '棉花糖展示页'
}
},
{
path: '/playground/test',
name: 'test',
component: () => import('@/views/TestView.vue'),
meta: {
title: '测试页'
}
}
]