config/filesystem.php
@@ -13,9 +13,9 @@ // 磁盘类型 'type' => 'local', // 磁盘路径 'root' => app()->getRootPath() . 'public/static', 'root' => app()->getRootPath() . 'public/static/upload', // 磁盘路径对应的外部URL路径 'url' => '/static', 'url' => '/static/upload', // 可见性 'visibility' => 'public', ],