
1.将源码上传到宝塔站点目录之后解压
2.去config目录下找到database.php文件配置数据库
3.导入数据库
4.切换php版本8.0
5.设置伪静态
伪静态代码
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
后台账号:
admin@qq.com
后台密码:
123456
功能还挺多的,各位有兴趣的可以去看看
源代码:https://wwttl.lanzout.com/iOLN90imsjfi密码:bbbh
![[附源码]Node.js计算机毕业设计防疫物资捐赠系统Express](https://img-blog.csdnimg.cn/5622afe5fa0b49938e5f25def5fcc2b2.png)


![[附源码]Python计算机毕业设计SSM基于JAVA语言的国货美妆店管理系统(程序+LW)](https://img-blog.csdnimg.cn/1f2f24af97c44d4e95fce0ee1b2db254.png)















