mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
自定义页面路由
This commit is contained in:
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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user