|
|
|
@ -72,7 +72,10 @@ class CheckPermission |
|
|
|
} |
|
|
|
|
|
|
|
// 特殊2 |
|
|
|
$special2 = ['rule', 'uploadImage', 'search', 'targetMode', 'buildingFloorList', 'floorList']; |
|
|
|
$special2 = [ |
|
|
|
'rule', 'uploadImage', 'search', 'targetMode', 'buildingFloorList', |
|
|
|
'floorList', 'parkingSpaceList' |
|
|
|
]; |
|
|
|
if (in_array($method, $special2)) { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|