Quote: 引用:在你项目的config/routes.php中修改Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));把controller和action换成相应的就可以了两条router。。修改哪一个。只修改下面一个好像不管用吧。。
在你项目的config/routes.php中修改Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));把controller和action换成相应的就可以了
Router::connect('/', array('controller' => 'indexs', 'action' => 'index'));