# jiu_vue **Repository Path**: mlj0381/jiu_vue ## Basic Information - **Project Name**: jiu_vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-29 - **Last Updated**: 2025-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nginx 伪静态配置 location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } location /h5/ { if (!-e $request_filename){ rewrite ^/h5/(.*)$ /h5/index.html last; } }