Browse Source

更新 'application/route.php'

Me 5 năm trước cách đây
mục cha
commit
1de67c6660
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']);//热门标签页