This commit is contained in:
@@ -32,22 +32,22 @@ const routes = [
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/read/:qr_code_uri',
|
||||
path: '/read/qr/:qr_code_uri',
|
||||
name: ROUTE_NAMES.READ_QR_CODE,
|
||||
component: () => import('@/views/ReadQRCodeView.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/read/qr/:qr_code_uri/chat/:chat',
|
||||
name: ROUTE_NAMES.PUBLIC_CHAT,
|
||||
component: () => import('@/views/PublicChatView.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/donate',
|
||||
name: ROUTE_NAMES.DONATE,
|
||||
component: () => import('@/views/DonateView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/read/:qr_code_uri/chat/:chat',
|
||||
name: ROUTE_NAMES.PUBLIC_CHAT,
|
||||
component: () => import('@/views/PublicChatView.vue'),
|
||||
props: true,
|
||||
},
|
||||
|
||||
// Закомментированные маршруты
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user