后台地址入口优化
parent
6acc2cd596
commit
fb5362726a
|
|
@ -16,9 +16,6 @@
|
|||
// 分隔符
|
||||
$ds = MyC('common_route_separator', '-', true);
|
||||
|
||||
// 首页
|
||||
Route::get('/', 'index/index/index');
|
||||
|
||||
// 商品详情
|
||||
Route::get('goods'.$ds.':id', 'index/goods/index');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue