소스 검색

更新 'application/route.php'

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

+ 1 - 1
application/route.php

@@ -20,4 +20,4 @@
 
 // ];
 think\Route::rule('/lst','admin/login/lst'); //后台登录地址替换为/lst(访问(本地)登录页面就直接 localhost/lst 访问)
-think\Route::rule('','index/indexs/index');//直接localhost:85访问前台首页
+think\Route::rule('','index/index/homepage');//直接访问前台首页