diff --git a/app/index/route/route.php b/app/index/route/route.php index 3ffeb845..041c59a5 100644 --- a/app/index/route/route.php +++ b/app/index/route/route.php @@ -15,9 +15,9 @@ Route::get('/', 'Index/index'); // 产品相关路由 Route::group('product', function() { // 产品分类页 - Route::get('category/:id', 'Product/category')->name('product_category'); + Route::get('category/:id', 'Product/category'); // 产品详情页 - Route::get('detail/:id', 'Product/detail')->name('product_detail'); + Route::get('detail/:id', 'Product/detail'); // 产品询盘 Route::post('inquiry', 'Product/inquiry'); // 新品上市 diff --git a/app/index/view/product/category.html b/app/index/view/product/category.html index a50d7c02..ee4afe74 100644 --- a/app/index/view/product/category.html +++ b/app/index/view/product/category.html @@ -18,13 +18,13 @@
{:lang('footer_navigation.product_categorys')}