@@ -137,6 +137,6 @@ class SettingController extends Controller
ClassModel::firstOrCreate(['class' => '分享图片']);
- return view($this->view_path . 'share-show', compact('path'));
+ return view($this->view_path . 'share-show', compact('full_path'));
}
@@ -21,7 +21,7 @@
</div>
<div class="ibox-content">
<div class="share-show-image" align="center">
- <img src="{{ $path }}">
+ <img src="{{ $full_path }}">