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:
@@ -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));
|
||||
|
||||
@@ -92,4 +92,7 @@ return [
|
||||
'2.7.1' => [
|
||||
'bug fixed',
|
||||
],
|
||||
'2.7.2' => [
|
||||
'bug fixed',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user