No description
Find a file
2026-02-04 18:31:14 +08:00
.cursor/rules 优化代码,添加个人操作列表 2026-02-04 18:31:14 +08:00
.vscode 初始化 2025-07-07 15:57:34 +08:00
docs 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
public 修改提交错误,添加铃声语音文件 2026-01-06 21:02:27 +08:00
scripts feat: 实现在线升级功能。 2025-07-09 03:37:05 +08:00
src 优化代码,添加个人操作列表 2026-02-04 18:31:14 +08:00
.env.development 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
.env.pre 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
.env.production 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
.gitignore 恢复到2025-07-07备份源码 2025-07-07 19:20:11 +08:00
index.html 2025-10-15备份 2025-10-15 01:02:50 +08:00
package.json 更改数据统计页面排版格式,增加导出截图功能。 2025-12-24 00:31:30 +08:00
postcss.config.js 搭建好win7编译环境 2025-07-07 19:10:25 +08:00
README.md 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
tailwind.config.js 搭建好win7编译环境 2025-07-07 19:10:25 +08:00
tsconfig.json 2025-09-20备份 2025-09-20 04:35:36 +08:00
tsconfig.node.json 初始化 2025-07-07 15:57:34 +08:00
vite.config.ts 2025-11-11t备份 2025-11-11 01:39:04 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

WebRTC & CTI 集成

本项目已集成百川 WebRTC 和 CTI 功能,支持完整的外呼、挂断、席位管理等功能。

📚 文档

快速开始

  1. 配置环境变量(创建 .env 文件)
  2. 启动项目:npm run dev
  3. 访问测试页面:/system/test-call

详细说明请参考 快速开始指南