host . $value : ''; } public function setImageAttribute($value) { //修改器里面$this->host变量为空 $this->attributes['image'] = str_replace(env('APP_URL'), '', $value); } }