Bladeren bron

commit

dev-remain
revive 4 jaren geleden
bovenliggende
commit
60c7c75378
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      src/views/main_web/workspace/workspace.new.vue

+ 1
- 1
src/views/main_web/workspace/workspace.new.vue Bestand weergeven

@@ -532,7 +532,7 @@ export default {
const officeApi="http://www.lockingos.org:8012/onlinePreview?url="; const officeApi="http://www.lockingos.org:8012/onlinePreview?url=";
const fullfilename="?fullfilename="+file.archName+"."+file.extension; const fullfilename="?fullfilename="+file.archName+"."+file.extension;
console.log(officeApi+Url + file.ipfsCid + fullfilename ) console.log(officeApi+Url + file.ipfsCid + fullfilename )
const link = officeApi + encodeURIComponent( Url + file.ipfsCid + fullfilename );
const link = officeApi + encodeURIComponent(Url + file.ipfsCid + fullfilename) + '&officePreviewType=pdf';
window.open(link,''); window.open(link,'');
}else if(type == 1){ }else if(type == 1){
this.isVideo=true; this.isVideo=true;


Laden…
Annuleren
Opslaan