WIP-CHECKPOINT[auth-refactor]: 固化工程师崩溃前部分成果 + 同树其他未提交WIP(仅源码,不含密钥/二进制)-- 待重激活工程师续作
This commit is contained in:
@@ -76,6 +76,12 @@ const routes = [
|
||||
component: () => import('@/views/QuickReplies.vue'),
|
||||
meta: { title: '快速回复', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: 'knowledge',
|
||||
name: 'Knowledge',
|
||||
component: () => import('@/views/Knowledge.vue'),
|
||||
meta: { title: '知识库', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: 'assignment-mode',
|
||||
name: 'AssignmentMode',
|
||||
@@ -140,6 +146,20 @@ const routes = [
|
||||
component: () => import('@/views/MfaManage.vue'),
|
||||
meta: { title: 'MFA 管理', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
// 满意度评价统计
|
||||
path: 'evaluation-stats',
|
||||
name: 'EvaluationStats',
|
||||
component: () => import('@/views/EvaluationStats.vue'),
|
||||
meta: { title: '满意度评价', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
// 知识库优化建议 (P2-13)
|
||||
path: 'knowledge-suggestions',
|
||||
name: 'KnowledgeSuggestions',
|
||||
component: () => import('@/views/KnowledgeSuggestions.vue'),
|
||||
meta: { title: '知识库建议', requiresAuth: true },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user