修改地址

This commit is contained in:
daihh
2022-06-08 09:45:17 +08:00
parent 45c6e4295d
commit 2aff527fe8

View File

@@ -188,7 +188,7 @@ export default {
if(process.env.NODE_ENV == 'development'){
this.pdfPath=process.env.VUE_APP_FILE_BASE_URL+u;
}else{
this.pdfPath=process.env.VUE_APP_BASE_API+'/xboe/m/course/cware/resource?sign='+urlSign;
this.pdfPath=process.env.VUE_APP_BASE_API+'/xboe/m/case/content/resource?sign='+urlSign;
}
//console.log(this.pdfPath,'this.blobUrl');
},