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