何时使用
- 切换访问当前应用的其他页面;
- 跳转到外部页面。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
LinkBlock 链接块组件文档,介绍可嵌入图片等内容的块级链接容器的属性与用法,实现整块区域的点击跳转。
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
disabled | 是否禁用,禁用后点击链接块不会进行页面跳转 | boolean | false |
isBlank | 是否新开页面 | boolean | false |
page | 内部页面Uuid,当 type 属性为page时生效 | string | - |
params | url 查询参数,多用于页面跳转传参 | Record<string, string> | - |
type | 链接类型,page:内部页面、url:外部链接 | 'page' | 'url' | 'page' |
url | 链接地址,点击链接即可跳转对应页面,当 type 属性为url时生效 | string | - |
此页面对您有帮助吗?