- Make frontend account filter case-insensitive in Conversation.vue - Warn when bind dialog is submitted without selecting an account - Reuse AccountSelector.isHealthy in resolvePersonTarget - Expand ConversationService.bindAccount unit tests - Update channel mismatch assertion in SendServiceResolveTargetTest - Move currentConversationId declaration near tag binding state
sino-mci-admin-web
消息与客户互动中台管理后台,基于 Vue 3 + Element Plus + Vite。
功能页面
- 概览
- 渠道主体
- 渠道账号
- 会话/群聊
- 联系人
- 标签
- 发送记录(支持测试发送)
- 入站流程
本地开发
cd admin-web
npm install
npm run dev
构建
npm run build
Docker
docker build -t sino/mci-admin-web .