Update uploadDown.vue See merge request spfm/spfm-market-front!404
@@ -41,8 +41,8 @@
}
},
uploadsee(v) {
- let url = encodeURIComponent(v.callPath);
- this.srcsc = 'http://114.215.71.182:8012/onlinePreview?url=' + url;
+ let url = encodeURIComponent(Base64.encode(v.callPath));
+ this.srcsc = 'http://10.230.15.228:8012/onlinePreview?url=' + url;
this.ifrshow=true;
// window.open('http://114.215.71.182:8012/onlinePreview?url=' + url);