fix: 更新多个页面中的示例文档URL为正确文件
将原本指向错误中文文件名PDF的URL统一替换为正确的英文哈希文件名,确保文档下载和预览功能正常工作
Showing
4 changed files
with
6 additions
and
6 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | <nut-tab-pane title="PDF 预览" pane-key="pdf"> | 9 | <nut-tab-pane title="PDF 预览" pane-key="pdf"> |
| 10 | <DocumentPreview | 10 | <DocumentPreview |
| 11 | v-if="activeTab === 'pdf'" | 11 | v-if="activeTab === 'pdf'" |
| 12 | - src="https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf" | 12 | + src="https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf" |
| 13 | fileType="pdf" | 13 | fileType="pdf" |
| 14 | fileName="示例 PDF 文档.pdf" | 14 | fileName="示例 PDF 文档.pdf" |
| 15 | @rendered="handleRendered" | 15 | @rendered="handleRendered" | ... | ... |
| ... | @@ -98,7 +98,7 @@ const list = ref([ | ... | @@ -98,7 +98,7 @@ const list = ref([ |
| 98 | category: '入职培训', | 98 | category: '入职培训', |
| 99 | date: '2024-01-15', | 99 | date: '2024-01-15', |
| 100 | type: 'onboarding', | 100 | type: 'onboarding', |
| 101 | - downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf' | 101 | + downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf' |
| 102 | }, | 102 | }, |
| 103 | { | 103 | { |
| 104 | id: 2, | 104 | id: 2, | ... | ... |
| ... | @@ -248,7 +248,7 @@ const hotMaterials = ref([ | ... | @@ -248,7 +248,7 @@ const hotMaterials = ref([ |
| 248 | collected: false, | 248 | collected: false, |
| 249 | // PDF 文件 | 249 | // PDF 文件 |
| 250 | fileName: '2024年保险市场趋势分析报告.pdf', | 250 | fileName: '2024年保险市场趋势分析报告.pdf', |
| 251 | - downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf' | 251 | + downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf' |
| 252 | }, | 252 | }, |
| 253 | { | 253 | { |
| 254 | title: '高净值客户产品配置方案模板', | 254 | title: '高净值客户产品配置方案模板', |
| ... | @@ -257,7 +257,7 @@ const hotMaterials = ref([ | ... | @@ -257,7 +257,7 @@ const hotMaterials = ref([ |
| 257 | collected: true, | 257 | collected: true, |
| 258 | // Word 文件 | 258 | // Word 文件 |
| 259 | fileName: '高净值客户产品配置方案模板.docx', | 259 | fileName: '高净值客户产品配置方案模板.docx', |
| 260 | - downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf' | 260 | + downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf' |
| 261 | }, | 261 | }, |
| 262 | { | 262 | { |
| 263 | title: '产品收益率测算表(2024版)', | 263 | title: '产品收益率测算表(2024版)', |
| ... | @@ -266,7 +266,7 @@ const hotMaterials = ref([ | ... | @@ -266,7 +266,7 @@ const hotMaterials = ref([ |
| 266 | collected: false, | 266 | collected: false, |
| 267 | // Excel 文件 | 267 | // Excel 文件 |
| 268 | fileName: '产品收益率测算表.xlsx', | 268 | fileName: '产品收益率测算表.xlsx', |
| 269 | - downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf' | 269 | + downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf' |
| 270 | } | 270 | } |
| 271 | ]); | 271 | ]); |
| 272 | 272 | ... | ... |
| ... | @@ -194,7 +194,7 @@ const files = ref([ | ... | @@ -194,7 +194,7 @@ const files = ref([ |
| 194 | name: '产品条款.pdf', | 194 | name: '产品条款.pdf', |
| 195 | size: '2.3MB', | 195 | size: '2.3MB', |
| 196 | fileName: '产品条款.pdf', | 196 | fileName: '产品条款.pdf', |
| 197 | - downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/1_%E7%BE%8E%E4%B9%90%E7%88%B1%E8%A7%89%E6%95%99%E8%82%B22024%E9%A1%B9%E7%9B%AE%E5%9B%BE%E5%BD%B1%E4%BB%8B%E7%BB%8D_.pdf', | 197 | + downloadUrl: 'https://cdn.ipadbiz.cn/manulife/document/3de8b292dned48c8d7f7e83e9dcba119.pdf', |
| 198 | iconName: 'order', | 198 | iconName: 'order', |
| 199 | iconColor: '#EF4444', | 199 | iconColor: '#EF4444', |
| 200 | fileType: 'pdf', | 200 | fileType: 'pdf', | ... | ... |
-
Please register or login to post a comment