完善功能

This commit is contained in:
cjd
2026-02-07 22:55:07 +08:00
parent bf3a2e6971
commit ae7c009d28
111 changed files with 980 additions and 10111 deletions

View File

@@ -21,7 +21,7 @@ class SearchController extends Controller
->paginate($perPage)
->appends(['q' => $query]);
return view('search.index', [
return view('frontend.search.index', [
'query' => $query,
'products' => $products,
]);