登录注册
This commit is contained in:
parent
af91641ae4
commit
336e4ae2d6
|
|
@ -16,7 +16,7 @@ class ShopAuthenticate extends Middleware
|
|||
{
|
||||
if (! $request->expectsJson()) {
|
||||
// 后台
|
||||
return shop_route('login.show');
|
||||
return shop_route('login.index');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue