yusheng пре 2 месеци
родитељ
комит
3178fe6b34
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/doc/components/browse.vue

+ 1 - 1
src/views/doc/components/browse.vue

@@ -53,7 +53,7 @@
 
     methods: {
       open() {
-        window.open(this.fileUrl);
+        // window.open(this.fileUrl);
 
         var iframe = document.getElementById('Iframe');
         var iframeDocument = iframe.contentWindow.document;