dyjh hace 6 años
padre
commit
9b87a8ea9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Admin/Album/ProductController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/ProductController.php

xqd
@@ -180,7 +180,7 @@ class ProductController extends Controller
 
     public function uploadVideo($video,$id)
     {
-        dd($video);
+       // dd($video);
 // 判断图片有效性
         if (!$video) {
             return back()->withErrors('上传视频无效..');