mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-04-22 04:28:06 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc79bb48cf | ||
|
|
239678846c | ||
|
|
d1ed7da00c | ||
|
|
ca0404dab4 |
@ -70,4 +70,4 @@ All rights reserved。
|
|||||||
|
|
||||||
杭州数字云动科技有限公司
|
杭州数字云动科技有限公司
|
||||||
杭州牛之云科技有限公司
|
杭州牛之云科技有限公司
|
||||||
提供技术支持
|
提供技术支持
|
||||||
@ -37,7 +37,7 @@ class AuthService extends BaseAdminService
|
|||||||
*/
|
*/
|
||||||
public function checkRole(Request $request)
|
public function checkRole(Request $request)
|
||||||
{
|
{
|
||||||
$this->checkAuthinfo($request);
|
// $this->checkAuthinfo($request);
|
||||||
|
|
||||||
$rule = strtolower(trim($request->rule()->getRule()));
|
$rule = strtolower(trim($request->rule()->getRule()));
|
||||||
$method = strtolower(trim($request->method()));
|
$method = strtolower(trim($request->method()));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user