登录注册

This commit is contained in:
TL 2022-06-27 20:09:20 +08:00
parent af91641ae4
commit 336e4ae2d6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class ShopAuthenticate extends Middleware
{
if (! $request->expectsJson()) {
// 后台
return shop_route('login.show');
return shop_route('login.index');
}
}
}