完善功能

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

@@ -40,7 +40,7 @@ class HomeController extends Controller
->orderBy('sort')
->get();
return view('home', [
return view('frontend.home', [
'featuredProducts' => $featuredProducts,
'newProducts' => $newProducts,
'categories' => $categories,