Compare commits

..

4 Commits

Author SHA1 Message Date
李玉
cc79bb48cf
update README.md.
Signed-off-by: 李玉 <16193307+li-yu125521@user.noreply.gitee.com>
2026-04-20 09:12:39 +00:00
李玉
239678846c
update README.md.
Signed-off-by: 李玉 <16193307+li-yu125521@user.noreply.gitee.com>
2026-04-14 01:26:19 +00:00
全栈小学生
d1ed7da00c Update AuthService.php 2026-04-07 18:49:01 +08:00
李玉
ca0404dab4
update README.md.
Signed-off-by: 李玉 <16193307+li-yu125521@user.noreply.gitee.com>
2026-04-07 08:39:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -70,4 +70,4 @@ All rights reserved。
杭州数字云动科技有限公司
杭州牛之云科技有限公司
提供技术支持
提供技术支持

View File

@ -37,7 +37,7 @@ class AuthService extends BaseAdminService
*/
public function checkRole(Request $request)
{
$this->checkAuthinfo($request);
// $this->checkAuthinfo($request);
$rule = strtolower(trim($request->rule()->getRule()));
$method = strtolower(trim($request->method()));