evoxwht 2 лет назад
Родитель
Сommit
30352c8147
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/services/system/admin/SystemAdminServices.php

+ 1 - 1
crmeb/app/services/system/admin/SystemAdminServices.php

@@ -136,7 +136,7 @@ class SystemAdminServices extends BaseServices
             'user_info' => [
                 'id' => $adminInfo->getData('id'),
                 'account' => $adminInfo->getData('account'),
-                'head_pic' => get_file_link($adminInfo->getData('head_pic')),
+                'head_pic' => strpos($adminInfo->getData('head_pic'), '/statics/system_images/') !== false ? get_file_link($adminInfo->getData('head_pic')) : $adminInfo->getData('head_pic'),
                 'level' => $adminInfo->getData('level'),
                 'real_name' => $adminInfo->getData('real_name'),
             ],