后台地址入口优化

feat/task1-c-wallet
devil_gong 2019-06-20 17:25:31 +08:00
parent 6acc2cd596
commit fb5362726a
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@
// 分隔符
$ds = MyC('common_route_separator', '-', true);
// 首页
Route::get('/', 'index/index/index');
// 商品详情
Route::get('goods'.$ds.':id', 'index/goods/index');