完善功能

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

@@ -28,7 +28,7 @@ class ProductController extends Controller
->limit(8)
->get();
return view('product.show', [
return view('frontend.product.show', [
'product' => $product,
'comments' => $comments,
'relatedProducts' => $relatedProducts,