From 38d848c5a9d1392f4850dd956294e4ff7fd7ded1 Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 13 Sep 2024 10:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BAenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controller/Index.php b/app/controller/Index.php index 16daac9..d2fa4d7 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -37,7 +37,8 @@ class Index "name" => $trueName, "url" => 'http://' . $serverIP . '/' . $savename, // "url" => 'http://192.168.1.105:8080/file/' . $savename, - ] + ], + 'env' => $env->get(), ]); } }