소스 검색

去除一部分控制台打印

Lijy 11 달 전
부모
커밋
e486151a90
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/utils/customInstructions.ts

+ 0 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/utils/customInstructions.ts

@@ -17,8 +17,6 @@ const PermissionDirective: Directive = { // 数组, 权限 code 和 布尔值
             return;
         }
 
-        console.log(binding.value)
-
         if (permissions.some((element): element is boolean => element === true)) {
             return;
         }