diff --git a/src/modules/11_discipline/router.ts b/src/modules/11_discipline/router.ts index 8dbca4288..07c1a956a 100644 --- a/src/modules/11_discipline/router.ts +++ b/src/modules/11_discipline/router.ts @@ -293,26 +293,6 @@ export default [ Role: "STAFF", }, }, - { - path: "/discipline/channel/add", - name: "disciplineChannelAdd", - component: channelAdd, - meta: { - Auth: true, - Key: "SYS_DISCIPLINE_INFO", - Role: "STAFF", - }, - }, - { - path: "/discipline/channel/:id", - name: "disciplineChannelEdit", - component: channelEdit, - meta: { - Auth: true, - Key: "SYS_DISCIPLINE_INFO", - Role: "STAFF", - }, - }, { path: "/discipline-suspend", name: "disciplineListSuspend",