feat: 完善员工门户功能及ERP集成
主要修改: - 完善员工门户CRM模块(经销商、线索管理) - 添加ERP客户选择器集成 - 优化登录认证和租户选择 - 添加超时配置、企业微信集成等文档 - 更新docker-compose配置 - 将.pid临时文件加入gitignore Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!-- ChatWidget AI对话组件 -->
|
||||
<script setup lang="ts">
|
||||
import type { FilesCardProps } from 'vue-element-plus-x/types/FilesCard';
|
||||
import { Sender } from 'vue-element-plus-x';
|
||||
import { getKnowledgeList } from '@/api/chat';
|
||||
import ModelSelect from '@/components/ModelSelect/index.vue';
|
||||
@@ -34,7 +33,7 @@ const currentSessionId = computed({
|
||||
if (session) {
|
||||
sessionStore.setCurrentSession(session);
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
// 加载知识库列表
|
||||
@@ -93,7 +92,9 @@ onMounted(() => {
|
||||
<el-icon class="header-icon" color="#1d5af3">
|
||||
<ChatLineRound />
|
||||
</el-icon>
|
||||
<h3 class="card-title">AI 对话助手</h3>
|
||||
<h3 class="card-title">
|
||||
AI 对话助手
|
||||
</h3>
|
||||
</div>
|
||||
<el-button
|
||||
class="toggle-btn"
|
||||
@@ -247,4 +248,4 @@ onMounted(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user