授权码管理&申请
This commit is contained in:
parent
5c0c9c7702
commit
0339b04966
@ -1781,6 +1781,20 @@ export const asyncRouter = [
|
||||
path: 'orgDetail',
|
||||
component: OrgDetail,
|
||||
hidden: true
|
||||
},
|
||||
{// 授权码申请
|
||||
path: 'authorApply',
|
||||
component: AuthorApply,
|
||||
meta: {
|
||||
i18n: 'router.authorApply'
|
||||
}
|
||||
},
|
||||
{// 授权码列表
|
||||
path: 'AuthorList',
|
||||
component: AuthorList,
|
||||
meta: {
|
||||
i18n: 'router.AuthorList'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user