fixing bug

This commit is contained in:
Warunee Tamkoo 2024-08-09 13:55:36 +07:00
parent 56cf31895f
commit 63a1b2c629

View file

@ -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",