Browse Source

更新 'application/route.php'

Me 5 năm trước cách đây
mục cha
commit
5a84d76650
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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访问前台首页