授权码管理&申请

This commit is contained in:
fan 2023-03-02 16:39:44 +08:00
parent 5c0c9c7702
commit 0339b04966

View File

@ -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'
}
}
]
},