Explorar el Código

[智价云] 删除调试代码

tangyuanwang hace 1 mes
padre
commit
2fec68a3fe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Models/Manager/Personnel/RolesAuthRule.php

+ 0 - 1
app/Models/Manager/Personnel/RolesAuthRule.php

@@ -179,7 +179,6 @@ class RolesAuthRule extends Model
     public function getAuthList($uid,$module='manager')
     {
         if( is_super($uid,$module) ){
-             dd(12313);
             $rules					=  (new MenuModel)->getList($module,true);
             $rules                  = array_column($rules,'url');
         }else{