Files
sino-mci/admin-web
marsal 51a373e06c chore: consolidate docker-compose and add integration tests
- Merge infrastructure/docker-compose.yml + docker-compose.app.yml into root docker-compose.yml with profiles (infra/app).
- Add healthchecks for mysql/redis/rabbitmq/mci-server/channel-service and depends_on conditions.
- Rewrite scripts/local-up.sh to use profiles and wait for healthy states.
- Add curl to mci-server and channel-service Docker images for healthchecks.
- Add npm test script to admin-web (type-check + build smoke test).
- Add scripts/test-external-api.sh covering 11 API endpoints.
- Verify Java (7/7), Python (6/6), npm build, external API (11/11), and UI flows.
2026-07-07 13:35:41 +08:00
..

sino-mci-admin-web

消息与客户互动中台管理后台,基于 Vue 3 + Element Plus + Vite。

功能页面

  • 概览
  • 渠道主体
  • 渠道账号
  • 会话/群聊
  • 联系人
  • 标签
  • 发送记录(支持测试发送)
  • 入站流程

本地开发

cd admin-web
npm install
npm run dev

访问 http://localhost:5173

构建

npm run build

Docker

docker build -t sino/mci-admin-web .