fix: 1.接入ai_suggestion.
2. 接入合同起草功能。
This commit is contained in:
@@ -317,11 +317,11 @@ export async function getEntryModules(userRole: string | null | undefined, userA
|
||||
|
||||
// console.log('✅ [getEntryModules] 入口模块数据(含文档类型):', JSON.stringify(modulesWithTypes));
|
||||
|
||||
// 默认会多加一个 智慧法务大模型 入口 默认所有人都可以用,看到
|
||||
// 默认会多加一个 智慧法务助手 入口 默认所有人都可以用,看到
|
||||
modulesWithTypes.push({
|
||||
"id": 0,
|
||||
"name": "智慧法务大模型",
|
||||
"description": "智慧法务大模型",
|
||||
"name": "智慧法务助手",
|
||||
"description": "智慧法务助手",
|
||||
"path": "entryModule/assistant",
|
||||
"areas": [],
|
||||
"created_at": "2025-11-18T21:33:33.857417+08:00",
|
||||
|
||||
Reference in New Issue
Block a user