Commit 538092cd authored by youjie's avatar youjie

no message

parent b16f9085
......@@ -67,7 +67,7 @@ export default {
let that = this;
let MallBaseId = uni.getStorageSync("mall_UserInfo").MallBaseId ? uni.getStorageSync("mall_UserInfo").MallBaseId : 1;
let path = "/Upload/Temporary/"
let action = this.hostErpUpload+`/Upload/Index?filePath=${path}`
let action = this.hostErpUpload+`/Upload/Index?filePath=${path}&ocr=1`
uni.uploadFile({
url: action,
filePath: filePath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment