отдельной страницей вывел готовый qr-код /manage/:qr_code_uri/view
Main daploy / deploy (push) Successful in 38s
Main daploy / deploy (push) Successful in 38s
This commit is contained in:
+8
-13
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user