mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 14:20:03 +08:00
一些优化
This commit is contained in:
@@ -57,6 +57,10 @@ class DcatVueServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
protected function hackConfigs()
|
protected function hackConfigs()
|
||||||
{
|
{
|
||||||
|
if (is_file(app()->getCachedConfigPath())) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
app()->booted(function () {
|
app()->booted(function () {
|
||||||
config()->set('filesystems.disks.oss', [
|
config()->set('filesystems.disks.oss', [
|
||||||
'access_key' => FilesystemConfig::get('oss_access_key'),
|
'access_key' => FilesystemConfig::get('oss_access_key'),
|
||||||
|
|||||||
@@ -40,4 +40,7 @@ return [
|
|||||||
'2.1.1' => [
|
'2.1.1' => [
|
||||||
'优化keyValue回显'
|
'优化keyValue回显'
|
||||||
],
|
],
|
||||||
|
'2.1.2' => [
|
||||||
|
'优化配置注入'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user