Silent пре 6 година
родитељ
комит
7a32f15ea3

+ 1 - 1
app/Http/Controllers/Admin/SettingController.php

xqd
@@ -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'));
     }
 }

+ 1 - 1
resources/views/admin/settings/share-show.blade.php

xqd
@@ -21,7 +21,7 @@
                     </div>
                     <div class="ibox-content">
                         <div class="share-show-image" align="center">
-                            <img src="{{ $path }}">
+                            <img src="{{ $full_path }}">
                         </div>
                     </div>
                 </div>