Selaa lähdekoodia

更新 'application/route.php'

Me 5 vuotta sitten
vanhempi
commit
8f4555d621
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');//直接访问前台首页