fix: 修复 office-viewer 插件中文档链接地址错误 (#7309)

This commit is contained in:
吴多益 2023-06-30 11:36:24 +08:00 committed by GitHub
parent 0f4363f8d1
commit e94bd597c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';