You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wkcrm/README.md

108 lines
4.1 KiB

### 悟空CRM11.0版本)
悟空软件长期为企业提供企业管理软件(CRM/HRM/OA/ERP等)的研发、实施、营销、咨询、培训、服务于一体的信息化服务。悟空软件以高科技为起点,以技术为核心、以完善的售后服务为后盾,秉承稳固与发展、求实与创新的精神,已为国内外上千家企业提供服务。
4 years ago
悟空的发展受益于开源也会回馈于开源。2019年悟空CRM会继续秉承“拥抱开放、合作共赢、创造价值”的理念在开源的道路上继续砥砺前行和更多的社区开发者一起为国内外开源做出积极贡献。
4 years ago
官网:[http://www.5kcrm.com](http://www.5kcrm.com/)
4 years ago
官网:[http://www.72crm.com](http://www.72crm.com/)
4 years ago
论坛:[http://bbs.72crm.net](http://bbs.72crm.net/)
4 years ago
4 years ago
演示地址:[demo9.5kcrm.net](http://demo9.5kcrm.net/)(帐号18888888888 密码123456)
4 years ago
QQ群交流群⑩群[486745026](https:////shang.qq.com/wpa/qunwpa?idkey=f4687b809bf63f08f707aa1c56dee8dbcb9526237c429c4532222021d65bf83c)
4 years ago
4 years ago
赞赏一下吧~~
4 years ago
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g11.png)
4 years ago
悟空CRM采用全新的前后端分离模式本仓库代码中已集成前端vue打包后文件可免去打包操作
4 years ago
如需调整前端代码请单独下载前端代码前端代码在根目录的ux文件夹中
## 主要技术栈
后端框架ThinkPHP 5.0.24
前端MVVM框架Vue.JS 2.5.x
路由Vue-Router 3.x
数据交互Axios
UI框架Element-UI 2.6.3
悟空crm9.0的运行环境要求PHP5.6以上
## 一键安装
代码中已集成前端vue打包后文件可免去打包操作
以本地phpstudy集成环境搭建举例
下载悟空CRM11.0开源版在服务器根目录www目录下创建72crm文件夹并放置代码 浏览器访问
`http://localhost/72crm/index.php/admin/install/index.html `
4 years ago
根据安装提示步骤完成悟空CRM9.0 的部署安装
## 开发依赖(需个性化安装或调整前端代码请按照以下教程,一键安装用户可忽略)
### 数据交互
数据交互通过axios以及RESTful架构来实现
用户校验通过登录返回的auth_key放在header
值得注意的一点是跨域的情况下会有预请求OPTION的情况
### Server搭建
服务端使用的框架为thinkphp5.0.24搭建前请确保拥有lamp/lnmp/wamp环境。
这里所说的搭建其实就是把server框架放入WEB运行环境并使用80端口。
导入服务端根文件夹数据库文件public/sql/5kcrm.sql并修改config/database.php配置文件。
### 配置要求
PHP >= 5.6.0
当访问 http://localhost/, 出现“悟空软件”即代表后端接口搭建成功。
### 前端部署
安装node.js 前端部分是基于node.js上运行的所以必须先安装`node.js`版本要求为6.0以上
使用npm安装依赖 下载悟空CRM9.0前端代码; 可将代码放置在后端同级目录frontend执行命令安装依赖
npm install
修改内部配置 修改请求地址或域名config/dev.env.js里修改BASE_API开发环境服务端地址默认localhost 修改自定义端口config/index.js里面的dev对象的port参数默认8080不建议修改
### 运行前端
npm run dev
注意前端服务启动默认会占用8080端口所以在启动前端服务之前请确认8080端口没有被占用。
程序运行之前需搭建好Server端
4 years ago
## 系统介绍
以下为悟空CRM9.0 部分功能系统截图
4 years ago
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g1.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g2.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g3.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g4.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g5.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g6.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g7.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g8.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g9.png)
![](https://github.com/72crm/72crm/blob/master/ux/intro_img/g10.png)
4 years ago