From 0ea78440cb53b7ecf0ef715e3f51d88918c5821d Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Thu, 04 Sep 2025 18:21:14 +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