提交 1d2f88f3 编写于 作者: Q qiang

fix: uploadFile filePath

上级 73f62484
......@@ -13,7 +13,7 @@ export const uploadFile = {
type: String,
validator (value, params) {
if (value) {
params.type = getRealPath(value)
params.filePath = getRealPath(value)
}
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册