wesmiler 3 dni temu
rodzic
commit
c01e7467a4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/Http/Controllers/Api/v1/IndexController.php

+ 0 - 1
app/Http/Controllers/Api/v1/IndexController.php

@@ -69,7 +69,6 @@ class IndexController extends webApp
                 'banners' => AdService::make()->getListByPosition(1), // 轮播
                 'config'=>[
                     'short_name' => ConfigService::make()->getConfigByCode('short_name'),
-                    'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
                     'index_logo' => get_image_url(ConfigService::make()->getConfigByCode('index_logo')),
                 ]
             ];