php版本7.4 report.sql没有数据 账号:admin 密码:123456 后台路径:域名/index.php/admin/index/index.html 伪静态 location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }