Ver código fonte

更新 'application/route.php'

Me 5 anos atrás
pai
commit
5a84d76650
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      application/route.php

+ 2 - 1
application/route.php

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