提示词管理的代码框架

This commit is contained in:
zhonghua.li
2026-04-19 21:50:12 +08:00
parent fb50639690
commit 8464645e74
3 changed files with 431 additions and 1 deletions

View File

@@ -392,8 +392,13 @@ export const constantRoutes = [
name: 'Tenant',
component: () => import('@/views/tenant/index'),
meta: { title: '租户管理', icon: 'el-icon-office-building' }
},
{
path: 'ai-prompts',
name: 'AiPrompts',
component: () => import('@/views/system/ai-prompts/index'),
meta: { title: '提示词管理', icon: 'el-icon-document' }
}
]
},