modified 首页默认路由

This commit is contained in:
何秀钢 2019-12-12 19:11:29 +08:00
parent 7aefe04382
commit 65ca764a93

View File

@ -11,6 +11,8 @@
use think\facade\Route;
Route::miss('api/Miss/index');
Route::group('admin', function() {
Route::rule(
'Login/index', 'admin/Login/index', 'post'