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