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

一些优化

This commit is contained in:
weiwait
2022-11-19 16:30:37 +08:00
parent 998edf10da
commit c6455b4642
2 changed files with 7 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ class DcatVueServiceProvider extends ServiceProvider
protected function hackConfigs()
{
if (is_file(app()->getCachedConfigPath())) {
return;
}
app()->booted(function () {
config()->set('filesystems.disks.oss', [
'access_key' => FilesystemConfig::get('oss_access_key'),

View File

@@ -40,4 +40,7 @@ return [
'2.1.1' => [
'优化keyValue回显'
],
'2.1.2' => [
'优化配置注入'
],
];