From e94bd597c001913a44c4aab90a8963f712bd964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Fri, 30 Jun 2023 11:36:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20office-viewer=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=B8=AD=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=94=99=E8=AF=AF=20(#7309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-editor/src/plugin/OfficeViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amis-editor/src/plugin/OfficeViewer.tsx b/packages/amis-editor/src/plugin/OfficeViewer.tsx index 8bb431267..8d8b40fdc 100644 --- a/packages/amis-editor/src/plugin/OfficeViewer.tsx +++ b/packages/amis-editor/src/plugin/OfficeViewer.tsx @@ -13,7 +13,7 @@ export class OfficeViewerPlugin extends BasePlugin { name = '文档预览'; isBaseComponent = true; description = 'Office 文档预览'; - docLink = '/amis/zh-CN/components/OfficeViewer'; + docLink = '/amis/zh-CN/components/office-viewer'; tags = ['展示']; icon = 'fa fa-file-word'; pluginIcon = 'officeViewer-plugin';