|
@@ -345,16 +345,12 @@
|
|
|
this.$message.error('文件预览地址不存在')
|
|
this.$message.error('文件预览地址不存在')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- console.log('http://1.71.9.215:9506' + row.archiveUrl)
|
|
|
|
|
// 拼接预览URL
|
|
// 拼接预览URL
|
|
|
this.previewUrl =
|
|
this.previewUrl =
|
|
|
this.sysKkUrl +
|
|
this.sysKkUrl +
|
|
|
encodeURIComponent(
|
|
encodeURIComponent(
|
|
|
- Base64.encode(
|
|
|
|
|
- 'http://1.71.9.215:9506/profile/upload/20251211/1111、中止定价成本监审通知书_20251211091528_49.docx'
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ Base64.encode('http://1.71.9.215:9506' + row.archiveUrl)
|
|
|
)
|
|
)
|
|
|
- alert(this.previewUrl)
|
|
|
|
|
// 打开预览弹窗
|
|
// 打开预览弹窗
|
|
|
this.previewDialogVisible = true
|
|
this.previewDialogVisible = true
|
|
|
},
|
|
},
|