liaofei 2 lat temu
rodzic
commit
c36a00df44

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

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