@@ -129,7 +129,6 @@ class SettingController extends Controller
BaseAttachmentModel::create([
'path' => $full_path,
'name' => $name,
- 'type' => 'png',
'class' => '分享图片',
'size' => $size,
]);