CRMchat开源客服系统-界面版权去除与修改

前端界面去除版权

 

修改界面
进入template/admin目录

安装依赖

npm install

开发模式运行

修改vue.config.js中的,此处反代线上网址

```
devServer: {
proxy: 'http://crmchat.v1kf.com'
},
```

聊天页面版权

template\admin\src\pages\kefu\externalConnection\pcCustomerServer.vue

template\admin\src\pages\kefu\externalConnection\mobileCustomerServer.vue

template\admin\src\pages\kefu\pc\index.vue

管理后台版权

template\admin\src\components\copyright\index.vue


npm run serve

打包

npm run build

将打包后的文件放入crmchat/public/admin下

posted @ 2023-10-31 09:28  唯一客服系统开发笔记  阅读(115)  评论(0编辑  收藏  举报