This commit is contained in:
@@ -19,6 +19,12 @@ const routes = [
|
||||
component: () => import('@/views/ManageQRCodeReadyView.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/manage/:qr_code_uri/chat/:chat',
|
||||
name: ROUTE_NAMES.MANAGE_QR_CODE_CHAT,
|
||||
component: () => import('@/views/ManageQRCodeChatView.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/read/:qr_code_uri',
|
||||
name: ROUTE_NAMES.READ_QR_CODE,
|
||||
|
||||
Reference in New Issue
Block a user