From 336e4ae2d61ec91af2099c323362ef589775ac3a Mon Sep 17 00:00:00 2001 From: TL Date: Mon, 27 Jun 2022 20:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Middleware/ShopAuthenticate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/ShopAuthenticate.php b/app/Http/Middleware/ShopAuthenticate.php index af1a5e71..43ef82fb 100644 --- a/app/Http/Middleware/ShopAuthenticate.php +++ b/app/Http/Middleware/ShopAuthenticate.php @@ -16,7 +16,7 @@ class ShopAuthenticate extends Middleware { if (! $request->expectsJson()) { // 后台 - return shop_route('login.show'); + return shop_route('login.index'); } } }