|
@@ -42,8 +42,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);
|
|
|
},
|