This commit is contained in:
make
2025-05-07 11:33:02 +08:00
parent 5563b1da1f
commit 3e23b479eb
3 changed files with 62 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ Route::get('/searchhome/0', function (\think\Request $Request, SiteContext $Site
$arrRoutes = [
// H5/PC 端前缀
'prefixes' => [
'pc' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian'],
'pc' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian','/windows'],
'h5' => ['', '/nindex'],
],