作者 景琛

上线部署

@@ -61,7 +61,7 @@ class User extends Model @@ -61,7 +61,7 @@ class User extends Model
61 61
62 public function getAvatarAttr($value,$data){ 62 public function getAvatarAttr($value,$data){
63 $list = $this->where('id',$data['id'])->value('avatar'); 63 $list = $this->where('id',$data['id'])->value('avatar');
64 - $order = 'http://campus.shs.broing.cn'.$list; 64 + $order = $list;
65 return $order; 65 return $order;
66 } 66 }
67 67