浏览代码

去除一部分控制台打印

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;
         }