# v7 **Repository Path**: yin_hui/v7 ## Basic Information - **Project Name**: v7 - **Description**: 云客服的另一个项目,vue2和ts开发的 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-24 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cc-client-v7 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## **目录结构** ```shell ├── conf // Docker配置 和nginx配置,若新增了api,nginx配置文件需更新 │   ├── dev // 测试环境 │   ├── prod // 生产环境 ├── public // favicon && html模板 ├── src // 源代码 │   ├── assets // styl img iconfont等静态资源 │   ├── components // 全局公用组件 │   ├── router // 路由配置 │   ├── store // 全局 store管理 │ │ └── index.ts // vuex入口 │   ├── utils // 全局公用方法 │   ├── views // page 模块页面 │   │ ├── login // 首页 │   │ ├── home // 工作台 │   │ ├── call // 通话 │   │ ├── customer // 客户 │   │ ├── ticket // 工单 │   │ ├── webchat // 在线咨询 │   │ ├── km // 知识库 │   │ ├── dataCenter // 数据中心 │   │ ├── downloadCenter // 传输中心 │   │ ├── appCenter // 应用中心 │   │ ├── message // 消息中心 │   │ ├── robot // 机器人 │ │ └── configCenter // 设置中心 │   ├── App.vue // 入口页面 │   ├── main.ts // 入口 加载组件 初始化等 │ ├── shims-tsx.d.ts // 相关 tsx 模块注入 │ └── shims-vue.d.ts // Vue 模块注入 ├── tests // 单元测试 ├── .browserslistrc // 浏览器兼容的配置 ├── .gitignore // git 忽略项 ├── .gitlab-ci.yml // CI/CD自动化部署配置 ├── babel.config.js // babel转码配置 ├── cypress.json // e2e测试配置 ├── jest.config.js // jest单元测试配置 ├── package.json // 依赖配置 ├── tsconfig.json // ts配置 ├── tslint.json // ts 规范配置 └── vue.config.js // webpack配置 ``` ## **文档协助** [vue.config.js](https://cli.vuejs.org/zh/config) [vue + ts](https://cn.vuejs.org/v2/guide/typescript.html) [vue-property-decorator (vue特性修饰符)](https://github.com/kaorun343/vue-property-decorator) [umy-ui 效果等同于pl-table,解决ele的table性能问题](https://github.com/u-leo/umy-ui) [webrtc => sip.js](https://github.com/onsip/SIP.js/blob/0.17.0/docs/api.md) [V7通话事件地址](http://yapi.pbxtest.7moor.com/project/33/interface/api/459) [V7通话记录对应字段](http://confluence.7moor.com:8090/pages/viewpage.action?pageId=2070363)