mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 office-viewer 插件中文档链接地址错误 (#7309)
This commit is contained in:
parent
0f4363f8d1
commit
e94bd597c0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user