分页伪静态的配置

浏览:836 发布日期:2017/12/14 分类:求助交流 关键字: thinkphp5 伪静态 分页
Route::domain('www', function(){  
    Route::get('zunxuan', 'index/xuan/index');//尊选资源列表推荐
    Route::get('zunxuan-<page>', 'index/xuan/index',[],['page'=>'\d+']);//尊选资源列表推荐分页
});
应该是http://www.atcfw.com/zunxuan-1.html这样的效果,但现在分页是http://www.atcfw.com/zunxuan/page/1.html,求大神解答
最佳答案
评论( 相关
后面还有条评论,点击查看>>