Przeglądaj źródła

更新 'application/route.php'

Me 5 lat temu
rodzic
commit
8f4555d621
1 zmienionych plików z 1 dodań i 1 usunięć
  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');//直接访问前台首页