Explorar el Código

更新 'application/route.php'

Me hace 5 años
padre
commit
8f4555d621
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');//直接访问前台首页