🍓🍓文末获取联系🍓🍓
请用宝塔进行安装,建议Nginx 1.18+php7.2 +mysql5.5
先在宝塔上创建站点,然后把程序拷贝到站点根目录下,
打开http://你的域名/install.php进行安装,
后台路径http://你的域名/admin
Nginx伪静态选择
location ~* ^/(view|vendor|upload|app|static)/.*.(php|php5|htm|html)$
{
rewrite ^/(.*)$ /waf.php?wafhtml=1 last;
}
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
}
}
1、商城样式可以后台切换
2、背景颜色后台自定义
3、下单自动邮箱发送卡密
4、系统管理
5、用户管理
6、订单管理
7、商品管理
8、免签管理