|
@@ -58,7 +58,7 @@ export async function useUploadFileToOSS(data,fileName,isMultipart=false){
|
|
}
|
|
}
|
|
|
|
|
|
if(res.res.status===200){
|
|
if(res.res.status===200){
|
|
- resUrl='https://hzstatic.hzinsights.com/'+res.name
|
|
|
|
|
|
+ resUrl=signRes.Data.ImgHost+res.name
|
|
}
|
|
}
|
|
} catch (error) {
|
|
} catch (error) {
|
|
console.log('阿里云上传失败',error);
|
|
console.log('阿里云上传失败',error);
|