# message-web **Repository Path**: laobingcxy/message-web ## Basic Information - **Project Name**: message-web - **Description**: 企业微信管理后台前端部分 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前面的话 继上次发布纯前端vue版本聊天框开发后,在许多同行的期盼下特肝了此前后端分离的全栈版本 这里再附上之前的纯前端聊天框项目地址: github:[https://gitee.com/laobingcxy/chat1.0](https://gitee.com/laobingcxy/chat1.0) gitee:[https://github.com/laobingcxy/chat1.0](https://github.com/laobingcxy/chat1.0) ## 项目简介 轻量权限控制的企业微信后台管理系统 ### 项目地址 #### 前端 github:[https://github.com/laobingcxy/message-web](https://github.com/laobingcxy/message-web) gitee:[https://gitee.com/laobingcxy/message-web](https://gitee.com/laobingcxy/message-web) #### 后端 github:[https://github.com/laobingcxy/message](https://github.com/laobingcxy/message) gitee:[https://gitee.com/laobingcxy/message](https://gitee.com/laobingcxy/message) ## 技术选型 #### 前端 Vue3.0 ... #### 后端 Springboot2.5.2 Websocket Mybatis ... #### 数据库 mysql5.7+ ## 特色 体量更轻、系统复杂度更低-无引入其它外部组件 ## 交互流 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0813/211702_41fce345_9425803.png "交互流.png") ## 功能说明 ## 演示图 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0813/211825_db613799_9425803.png "登录.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0813/211836_0c86710b_9425803.png "主页.png") ![输入图片说明](https://images.gitee.com/uploads/images/2021/0813/211844_d20ac9d8_9425803.png "权限.png") ## 启动说明 ### 前端 安装依赖: ``` npm install ``` 启动项目: ``` npm run serve ``` ### 后端 导入doc下的sql脚本,将数据库账号密码修改成你自己的,点击启动即可 resources下sendMessage.json文件为模拟别人发送请求的json,直接复制到postman里,另外添加token请请求后端10000001接口即可模拟 ## 结尾的话 这个版本是个人脱敏后,将对接企业微信的api剔除后的简易前后台交互版本,供大家学习交流。后续代码不再单独维护,但会输出近百万级的消息处理交互设计实战经验,这里也有更详细的文档,比如数据库设计,技术总结等等~ 如果感兴趣请访问我的个人主页查看:[https://www.yuque.com/yingwenerjie](https://www.yuque.com/yingwenerjie)