Commit 7ef4534f authored by youjie's avatar youjie

no message

parent 819894e7
...@@ -631,7 +631,8 @@ ...@@ -631,7 +631,8 @@
if (i.Url.substring(i.Url.lastIndexOf('.') + 1, i.Url.length).toUpperCase() == 'PDF') { if (i.Url.substring(i.Url.lastIndexOf('.') + 1, i.Url.length).toUpperCase() == 'PDF') {
this.previewPDF(i.Url) this.previewPDF(i.Url)
} else { } else {
window.open("https://view.officeapps.live.com/op/view.aspx?src=" + i.Url) // window.open("https://view.officeapps.live.com/op/view.aspx?src=" + i.Url)
window.open(i.Url)
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment