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:
@@ -18,7 +18,9 @@ class FilesystemConfig extends Form
|
|||||||
try {
|
try {
|
||||||
Helper::injectFilesystemConfig(collect($input));
|
Helper::injectFilesystemConfig(collect($input));
|
||||||
|
|
||||||
|
if ('oss' == $input['disk']) {
|
||||||
$this->ossHandler($input);
|
$this->ossHandler($input);
|
||||||
|
}
|
||||||
|
|
||||||
admin_setting(['weiwait_filesystem' => $input]);
|
admin_setting(['weiwait_filesystem' => $input]);
|
||||||
|
|
||||||
|
|||||||
@@ -98,4 +98,7 @@ return [
|
|||||||
'2.8.0' => [
|
'2.8.0' => [
|
||||||
'new! number component',
|
'new! number component',
|
||||||
],
|
],
|
||||||
|
'2.8.1' => [
|
||||||
|
'bug fixed',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user