Browse Source

添加分类

chenxiqiang 6 years ago
parent
commit
163b9e33ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      manage-server/app/Http/Controllers/CommonController.php

+ 1
- 1
manage-server/app/Http/Controllers/CommonController.php View File

@@ -59,7 +59,7 @@ class CommonController extends Controller
59 59
                 $store_result = $photo->store('photo');
60 60
                 return response()->json([
61 61
                     'status' => 0,
62
-                    'path' => ''
62
+                    'path' => $store_result
63 63
                 ]);
64 64
             } else {
65 65
                 return response()->json([

Loading…
Cancel
Save