mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
后台地址入口优化
This commit is contained in:
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
Block a user