n20-common-lib 2.3.19 → 2.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -278,9 +278,7 @@ export default {
|
|
|
278
278
|
async preview(row) {
|
|
279
279
|
this.visibleP = true
|
|
280
280
|
this.seeRow = row
|
|
281
|
-
|
|
282
|
-
let url = URL.createObjectURL(blob)
|
|
283
|
-
this.previewUrl = url
|
|
281
|
+
this.previewUrl = `/api/onlinePreview?beid=${row.beid}`
|
|
284
282
|
this.previewName = row.fileName
|
|
285
283
|
this.previewSameOrg = this.seeTypes.test(row.fileName)
|
|
286
284
|
},
|
package/src/assets/.DS_Store
DELETED
|
Binary file
|
package/src/plugins/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/utils/.DS_Store
DELETED
|
Binary file
|