отдельной страницей вывел готовый qr-код /manage/:qr_code_uri/view
Main daploy / deploy (push) Successful in 38s

This commit is contained in:
2024-11-18 23:28:33 +02:00
parent 6b87a2ca87
commit fe4317982f
11 changed files with 264 additions and 272 deletions
+8 -13
View File
@@ -10,20 +10,15 @@ const routes = [
{
path: '/create',
component: () => import('@/layouts/CreateLayout.vue'),
children: [
{
path: '',
name: 'create',
component: () => import('@/views/CreateView.vue'), // Первый шаг создания QR-кода
},
{
path: ':placement/actions',
name: 'create-actions',
component: () => import('@/views/CreateActionsView.vue'), // Второй шаг создания QR-кода
},
],
component: () => import('@/views/CreateView.vue'),
},
{
path: '/manage/:qr_code_uri/ready',
name: 'ManageQRCodeReady',
component: () => import('@/views/ManageQRCodeReadyView.vue'),
},
// {
// path: '/create/actions',
// name: 'create-actions',