feat: 新品上市
This commit is contained in:
@@ -18,6 +18,10 @@ Route::group('product', function() {
|
||||
Route::get('index/:id', 'Product/index')->name('product_index');
|
||||
// 产品详情页
|
||||
Route::get('detail/:id', 'Product/detail')->name('product_detail');
|
||||
// 产品询盘
|
||||
Route::post('inquiry', 'Product/inquiry');
|
||||
// 新品上市
|
||||
Route::get('newpro', 'Product/newpro');
|
||||
// 产品搜索页
|
||||
Route::get('search', 'Product/search');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user