From 73cdff843994b42beef7a22844326f83fee104de Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 29 Aug 2025 13:26:50 +0800
Subject: [PATCH] 提交

---
 config/filesystem.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/filesystem.php b/config/filesystem.php
index 2322534..e7b8e5d 100644
--- a/config/filesystem.php
+++ b/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',
         ],

--
Gitblit v1.9.0