From 63a1b2c629af29b89097f3254eb31bf7ec6e3cdd Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 9 Aug 2024 13:55:36 +0700 Subject: [PATCH] fixing bug --- src/modules/11_discipline/router.ts | 20 -------------------- 1 file changed, 20 deletions(-) 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",