refactor: refs #6452 remove unused WorkerPBX route from worker module
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
5e33e5fb7c
commit
92da474d7b
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue