Browse Source

更新 'application/route.php'

Me 5 years ago
parent
commit
5a84d76650
1 changed files with 2 additions and 1 deletions
  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访问前台首页