!13 修复windows下导出excel路径错误的bug
Merge pull request !13 from Hooper/master
This commit is contained in:
commit
f9b87f10a0
@ -260,7 +260,7 @@ class Excel
|
||||
{
|
||||
return \config('filesystem.disks.local')['domain'] . '/' .
|
||||
|
||||
str_replace('\\', '/', str_replace(Utils::publicPath(), '', $path));
|
||||
str_replace(str_replace('\\', '/',Utils::publicPath()), '', str_replace('\\', '/', $path));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user