图片预览
视频预览
在线预览
点击链接进入预览
安装
一个备案域名+服务器+阿里云oss
后端搭建
1、导入数据库sql
2、设置运行目录 /public
3、伪静态
location / {
index index.html index.htm index.php;
#主要是这一段一定要确保存在
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
#结束
#autoindex on;
}
4、修改数据库配置文件: 地址 /application/database.php
5、后台地址: /VwmRIfEYDH.php/index/login
管理员账号/密码/手机号:admin/123456/19999999999
前端搭建:接口配置文件 /common/config.js
© 版权声明
THE END