提交 6d36cdf7 编写于 作者: Q qiang

fix: 配置 uni.getImageInfo 临时文件路径

上级 dbbb3bae
import {
warpPlusMethod
} from '../util'
import {
TEMP_PATH
} from '../constants'
export const getImageInfo = warpPlusMethod('io', 'getImageInfo')
export const getImageInfo = warpPlusMethod('io', 'getImageInfo', options => {
options.savePath = options.filename = TEMP_PATH + '/download/'
return options
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册