前端界面去除版权
修改界面
进入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下
标签:CRMchat,vue,src,admin,kefu,开源,template,版权 From: https://www.cnblogs.com/taoshihan/p/17799549.html