소스 검색

pc权限调整

lizhen_gitee 6 달 전
부모
커밋
9f37c0727a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/company/controller/auth/Admin.php

+ 1 - 0
application/company/controller/auth/Admin.php

@@ -180,6 +180,7 @@ class Admin extends Apic
         }
 
         $row['groupids'] = $groupids;
+        $row['avatar'] = localpath_to_netpath($row['avatar']);
 
         unset($row['password']);
         unset($row['salt']);