提示词管理的代码框架
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user