Przeglądaj źródła

管理员头像处理

evoxwht 2 lat temu
rodzic
commit
35a77c0ddc

+ 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' => strpos($adminInfo->getData('head_pic'), '/statics/system_images/') !== false ? get_file_link($adminInfo->getData('head_pic')) : $adminInfo->getData('head_pic'),
+                'head_pic' => get_file_link($adminInfo->getData('head_pic')),
                 'level' => $adminInfo->getData('level'),
                 'real_name' => $adminInfo->getData('real_name'),
             ],