mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]本地文件上传路径处理
This commit is contained in:
parent
f8f8af1f53
commit
584837cb28
@ -156,7 +156,7 @@ class FileService
|
||||
*/
|
||||
public static function getBaseUriLocal()
|
||||
{
|
||||
$appRoot = request()->root(); // 如果你想获取相对url地址,这里去掉参数 true
|
||||
$appRoot = request()->root(true); // 如果你想获取相对url地址,这里去掉参数 true
|
||||
$uriRoot = preg_match('/\.php$/', $appRoot) ? dirname($appRoot) : $appRoot;
|
||||
return "{$uriRoot}/static/upload/";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user