From 6ff3b127677c76c94ff1f27eb6880064af35e158 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Fri, 26 Dec 2025 10:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/Admin/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Admin/Login.php b/app/Controller/Admin/Login.php index a6ccba7..5015eb1 100644 --- a/app/Controller/Admin/Login.php +++ b/app/Controller/Admin/Login.php @@ -212,7 +212,7 @@ class Login extends Base fclose($stream); return $this->success("上传成功", [ - 'filePath' => config("app.domain") . $path . $filename, + 'filePath' => config("app.domain") . "/" . $path . $filename, 'fileName' => $filename ] );