自定义页面路由

feat/task1-c-wallet
gongfuxiang 2018-12-31 19:15:48 +08:00
parent 9e4eacc73a
commit bb7d6f3c1d
2 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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');