No description
Find a file
2026-06-02 21:55:54 +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 去掉keep-alive属性。 2026-04-14 21:13:38 +08:00
scripts feat: 实现在线升级功能。 2025-07-09 03:37:05 +08:00
src 修复正本完成步骤时,详细中的操作历史不正确问题。 2026-06-02 21:55:54 +08:00
.env.development 调试外呼系统对接,添加在燃油种类中添加业绩统计管理。 2026-01-05 01:43:49 +08:00
.env.pre 恢复正式环境域名 2026-04-09 09:28:09 +08:00
.env.production 恢复正式环境域名 2026-04-09 09:28:09 +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 去掉keep-alive属性。 2026-04-14 21:13:38 +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

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