zhuliu 1 năm trước cách đây
mục cha
commit
1afd32581b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/common.js

+ 1 - 1
src/utils/common.js

@@ -364,7 +364,7 @@ treeToArray(data,prop={children:children}){
       return ''
     }
     var src = this.checkViewer(guid)
-    var previewUrl = src + '&fullfilename='guid +'.'+type
+    var previewUrl = src + '&fullfilename='+guid +'.'+type
     return `http://${Config.staticURL}:8012/onlinePreview?url=` + encodeURIComponent(Base64.encode(window.location.origin+previewUrl))
   },