소스 검색

更新 'application/route.php'

Me 5 년 전
부모
커밋
1de67c6660
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/route.php

+ 1 - 1
application/route.php

@@ -13,7 +13,7 @@ think\Route::rule('/lst','admin/login/lst'); //后台登录地址替换为/lst(
 
 //前台路由
 think\Route::rule('','index/index/index');//直接访问前台首页
-think\Route::rule('/column','index/index/articlelb','get',['ext'=>'html|htm']);//头部栏目页
+think\Route::rule('/co','index/index/articlelb','get',['ext'=>'html|htm']);//头部栏目页
 think\Route::rule('/index','index/index/index','get',['ext'=>'html|htm']);//网站主页
 think\Route::rule('/detailspage','index/index/articlexq','get',['ext'=>'html|htm']);//文章详情页
 think\Route::rule('/tags','index/base/search','get',['ext'=>'html|htm']);//热门标签页