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-14 09:25:23 +08:00
parent 36b5f04108
commit 169b467dd1
2 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ class FilesystemConfig extends Form
try {
Helper::injectFilesystemConfig(collect($input));
$this->ossHandler($input);
if ('oss' == $input['disk']) {
$this->ossHandler($input);
}
admin_setting(['weiwait_filesystem' => $input]);

View File

@@ -98,4 +98,7 @@ return [
'2.8.0' => [
'new! number component',
],
'2.8.1' => [
'bug fixed',
],
];