1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 22:40:03 +08:00

bug fixed

This commit is contained in:
weiwait
2023-02-11 15:37:35 +08:00
parent d797d3ba22
commit d2d6de22f9
2 changed files with 4 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ class DcatVueController extends Controller
}
if ($source->size($file) > ($request['max'] * 1024 * 1024)) {
return 1;
continue;
}
$target->put($file, $source->get($file));