提交 672a0d4a 编写于 作者: Q qiang

fix(App): getRealPath

上级 a7be831d
......@@ -21,6 +21,7 @@ export function getRealPath(filepath: string) {
// 平台绝对路径 安卓、iOS
if (
filepath.startsWith('/storage/') ||
filepath.startsWith('/sdcard/') ||
filepath.includes('/Containers/Data/Application/')
) {
return 'file://' + filepath
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册