提交 3abe5b43 编写于 作者: Q qiang

fix(App): 修复 uni.compressImage 传入本地路径失败的问题 question/115315

上级 4c30e74d
import getRealPath from 'uni-platform/helpers/get-real-path'
export const compressImage = {
src: {
type: String,
required: true,
validator (src, params) {
params.src = getRealPath(src)
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册