公告
吴少文 2023/4/4 vue
# 公告
公告展示组件
# 示例

# 组件属性
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|---|---|---|---|---|
| interval | 轮播间隔 | number | -- | -- |
| routeUrl | 跳转链接 | string | --- | -- |
| routeUrlMore | 更多跳转链接 | string | --- | -- |
| idKey | 主键id对应的字段 | string | -- | -- |
| titleKey | 名称对应的字段 | string | -- | -- |
| childrenKey | 菜单子集对应的字段 | string | -- | -- |
| data | 数据 | array | -- | -- |
# data数据结构
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|---|---|---|---|---|
| idKey | 动态配置的id | string | -- | -- |
| titleKey | 动态配置的名称 | string | -- | -- |