diff --git a/src/router/modules/worker.js b/src/router/modules/worker.js index e9fb0c4f1..727213c1b 100644 --- a/src/router/modules/worker.js +++ b/src/router/modules/worker.js @@ -103,15 +103,6 @@ const workerCard = { component: () => 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', path: 'dms',