fixing bug
This commit is contained in:
parent
56cf31895f
commit
63a1b2c629
1 changed files with 0 additions and 20 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue