route('webadmin.login', [ 'redirect' => $request->fullUrl(), ])->with('error', '请先登录后台账号'); } return $next($request); } }