Explorar el Código

更新 'application/route.php'

Me hace 5 años
padre
commit
1de67c6660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']);//热门标签页