yusheng 4 tháng trước cách đây
mục cha
commit
3178fe6b34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;