81e91ee808856ed3e59ab23c7c4e8932d63b7a49
PDF 体验问题: - 旧: Preview dialog iframe 内嵌 PDF (70vh 矮, OSS attachment 头让 iframe 强制下载) - 新: window.open 浏览器原生 PDF viewer (Chrome 工具栏/缩放/分页/搜索全有) 实现: - 加 proxyUrl() 函数: OSS URL 走 /common/oss/proxy 后端代理重写 inline + #toolbar=0&zoom=page-width - 加 openDesign(): window.open(proxyUrl(row.designFileUrl), '_blank') - 删 Preview 组件 import + onFile + previewOpen/Url/Title refs + <Preview> 标签 - 表格"查看"按钮 @click 改 openDesign(row) - '下载'按钮保留 (downloadFile() 仍用 OSS 原始 URL)
Description
No description provided
20 MiB
Languages
Java
43.8%
Vue
26.8%
HTML
26%
Python
1.3%
JavaScript
1.2%
Other
0.8%