liaofei 2 лет назад
Родитель
Сommit
c36a00df44
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/services/system/SystemCrudServices.php

+ 1 - 1
crmeb/app/services/system/SystemCrudServices.php

@@ -360,7 +360,7 @@ class SystemCrudServices extends BaseServices
                     'methods' => $item['method'],
                     'api_url' => $item['path'],
                     'unique_auth' => $item['unique_auth'],
-                    'name' => $item['name'],
+                    'menu_name' => $item['name'],
                     'is_del' => 0,
                     'auth_type' => 2,
                 ];