7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 10 additions and 9 deletions
Showing only changes of commit 3f2b675d07 - Show all commits

View File

@ -202,15 +202,7 @@ export default {
},
component: () => import('src/pages/Ticket/Card/TicketPackage.vue'),
},
{
path: 'dms',
name: 'TicketDms',
meta: {
title: 'dms',
icon: 'cloud_upload',
},
component: () => import('src/pages/Ticket/Card/TicketDms.vue'),
},
{
path: 'components',
name: 'TicketComponents',
@ -220,6 +212,15 @@ export default {
},
component: () => import('src/pages/Ticket/Card/TicketComponents.vue'),
},
{
path: 'dms',
name: 'TicketDms',
meta: {
title: 'dms',
icon: 'cloud_upload',
},
component: () => import('src/pages/Ticket/Card/TicketDms.vue'),
},
{
path: 'boxing',
name: 'TicketBoxing',