mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
add rtc feature, set payment page to wip state
This commit is contained in:
@@ -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: '测试页'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user