修改路由问题,解决绑定默认模块之后无法正常使用的bug

This commit is contained in:
2018-06-13 18:35:56 +08:00
parent c114bb8e50
commit b86f4e6ab5

View File

@@ -12,7 +12,7 @@ return array(
'name' => '\w+',
),
'/' => 'index/index/index', // 首页访问路由
'/home' => 'index/index/index', // 首页访问路由
'search' => 'index/search/index', // 首页访问路由
'cart/index' => 'index/cart/index',