后台采用ThinkPHP5框架,nginx伪静态设置如下: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }