From 36fcee83fd60816d65f7c06840f5b8f92c01484a Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Sat, 13 Sep 2025 15:16:20 +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