|
@@ -137,6 +137,6 @@ class SettingController extends Controller
|
|
|
|
|
|
ClassModel::firstOrCreate(['class' => '分享图片']);
|
|
ClassModel::firstOrCreate(['class' => '分享图片']);
|
|
|
|
|
|
- return view($this->view_path . 'share-show', compact('path'));
|
|
|
|
|
|
+ return view($this->view_path . 'share-show', compact('full_path'));
|
|
}
|
|
}
|
|
}
|
|
}
|