自定义页面路由
parent
9e4eacc73a
commit
bb7d6f3c1d
File diff suppressed because one or more lines are too long
|
|
@ -30,6 +30,9 @@ Route::rule('search', 'index/search/index', 'GET|POST');
|
|||
// 分类
|
||||
Route::get('category', 'index/category/index');
|
||||
|
||||
// 自定义页面
|
||||
Route::get('custom'.$ds.':id', 'index/customview/index');
|
||||
|
||||
// 购物车
|
||||
Route::get('cart', 'index/cart/index');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue