Преглед изворни кода

更新 'application/route.php'

Me пре 5 година
родитељ
комит
5a84d76650
1 измењених фајлова са 2 додато и 1 уклоњено
  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访问前台首页