diff --git a/apps/frontend/src/router/index.ts b/apps/frontend/src/router/index.ts index f327cb2..80baa7b 100644 --- a/apps/frontend/src/router/index.ts +++ b/apps/frontend/src/router/index.ts @@ -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, - }, // Закомментированные маршруты // {