huankemao php
v0.0.1
The private domain traffic fission diversion tool and data-based refined operation service system based on Enterprise WeChat help enterprises quickly achieve smart, simple, friendly, and sophisticated customer operation management. It can be widely used in education, training, catering, entertainment, retail, medical beauty, e-commerce, tourism, self-media, Internet celebrities, real estate, finance and other industries. Official website huankemao.com
You may Fork the code of this site, but you are prohibited from developing any derivative, modified or third-party version based on the entire or any part of this product for redistribution without permission.
QQ group: 866828944
PHP ≧ 7.3
MySQL ≧ 5.7
location / {
try_files $uri $uri/ /index.html;
}
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>
module | frame | Deployment path | Git repository |
---|---|---|---|
rear end | ThinkPHP | / | huankemao-php (this warehouse) |
PC front end | Vue | /public | huankemao-web |
Article preview | H5 | /public/article-preview | huankemao-article-preview |
chat toolbar | Vue | /public/chat-tool | huankemao-chat-tool |
technology | Function | Version | Official website |
---|---|---|---|
ThinkPHP | backend framework | 6.0+ | http://www.thinkphp.cn/ |
MySQL | database | 5.7+ | https://www.mysql.com/ |
technology | Function | Version | Official website |
---|---|---|---|
Vue | MVVM framework | 2.0+ | https://cn.vuejs.org/ |
Axios | Data interaction | 0.21+ | http://www.axios-js.com/ |
Element-UI | UI library | 2.0+ | https://element.eleme.cn/ |