提交 663c78f6 编写于 作者: D devil_gong

路由冲突处理

上级 d5aeae6b
......@@ -19,7 +19,7 @@ return [
// 应用地址
'app_host' => '',
// 应用调试模式
'app_debug' => false,
'app_debug' => true,
// 应用Trace
'app_trace' => false,
// 是否支持多模块
......
......@@ -17,7 +17,7 @@
$ds = MyC('common_route_separator', '-', true);
// 首页
Route::get('/', 'index/index');
Route::get('/', 'index/index/index');
// 商品详情
Route::get('goods'.$ds.':id', 'index/goods/index');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册