保山人源码网 baoshanren.cn
搭建环境Php72+mysql56+ng120
后台搭建
在宝塔创建网站
数据库修改地址:/data/config/database.php文件
导入zckj.sql数据库文件
运行目录public
后台地址:你的域名/alibiaoqing
账号admin密码123456
伪静态
location / {
index index.php index.html index.htm;
if (!-e $request_filename)
{
rewrite ^/(.)$ /index.php?s=$1; } } location /api/ { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/api/(.)$ /api/index.php?s=$1;
}
}
location ~* \/upload\/.+.(html|php)$ {
return 404;
}
location ~* ^\/plugins\/.+.(html|php)$ {
return 404;
}
location ~* \/themes\/.+.(html|php)$ {
return 404;
}
前端修改
搜索demo.baoshanren.cn
把搜索到的俩处改为自己的链接
然后搜索保山人源码网修改成你小程序名字
3.首页logo图路径前端\static\images\index.png
自己找作图软件修改就行,
暂无评论内容