refactor: refs #6452 remove unused WorkerPBX route from worker module
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-03 13:09:28 +01:00
parent 5e33e5fb7c
commit 92da474d7b
1 changed files with 0 additions and 9 deletions

View File

@ -103,15 +103,6 @@ const workerCard = {
component: () => component: () =>
import('src/pages/Worker/Card/WorkerNotificationsManager.vue'), import('src/pages/Worker/Card/WorkerNotificationsManager.vue'),
}, },
{
path: 'pbx',
name: 'WorkerPBX',
meta: {
title: 'pbx',
icon: 'vn:pbx',
},
component: () => import('src/pages/Worker/Card/WorkerPBX.vue'),
},
{ {
name: 'WorkerDms', name: 'WorkerDms',
path: 'dms', path: 'dms',