显示env

This commit is contained in:
小王 2024-09-13 10:48:51 +08:00
parent 0802ea1f74
commit 38d848c5a9
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ class Index
"name" => $trueName,
"url" => 'http://' . $serverIP . '/' . $savename,
// "url" => 'http://192.168.1.105:8080/file/' . $savename,
]
],
'env' => $env->get(),
]);
}
}