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