':cid' => ['index/article/lists', ['method' => 'get'], ['cid' => '\d+']],
],
访问之后的路径是:http://www.hanjn.cn/list/6.html,页面可以打开,但是首页生成的连接还是http://www.hanjn.cn/article/lists/cid/6.html;所以访问报错了;有没有大神帮忙分析下原因,还有如果我想把路径定义成http://www.hanjn.cn/list_6.html该如何做
最佳答案