@@ -523,7 +523,7 @@ export const uploadFile = (tempImagePath, imageType) => { | |||
console.log("tempImagePath", tempImagePath, tempImagePath.size,imageType) | |||
return new Promise((resolve, reject) => { | |||
uni.uploadFile({ | |||
url: 'https://qtzl.etcjz.cn/newProd/prod/minIo/upload', //仅为示例,非真实的接口地址 | |||
url: 'https://qtzl.etcjz.cn/newProd/minIo/upload', //仅为示例,非真实的接口地址 | |||
filePath: tempImagePath, | |||
name: 'file', | |||
formData: { |