liaofei 2 лет назад
Родитель
Сommit
206145cfb6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/adminapi/controller/v1/setting/SystemCrud.php

+ 1 - 1
crmeb/app/adminapi/controller/v1/setting/SystemCrud.php

@@ -335,7 +335,7 @@ class SystemCrud extends AuthController
             }
             $makePath[$key] = $item;
         }
-        if (!in_array($filepath, $makePath)) {
+        if (!in_array($filepath, $crudInfo->make_path)) {
             return app('json')->fail('您没有权限修改此文件');
         }
         $res = $service->savefile($filepath, $comment);