feat(mfa-ui): 前端 MFA UI - 绑定+验证+高危弹窗+管理 (Phase 2.4 task #20)
This commit is contained in:
@@ -126,6 +126,13 @@ const routes = [
|
||||
component: () => import('@/views/Placeholder.vue'),
|
||||
meta: { title: '知识库管理', requiresAuth: true, comingSoon: true },
|
||||
},
|
||||
{
|
||||
// Phase 2.4 task #20 — MFA 管理(管理员重置员工 MFA 绑定)
|
||||
path: 'mfa-manage',
|
||||
name: 'MfaManage',
|
||||
component: () => import('@/views/MfaManage.vue'),
|
||||
meta: { title: 'MFA 管理', requiresAuth: true },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user