selfPosition / 面包屑
http://showdoc.cqyqdc.com/web/#/32/320
html
<hlx-template
component-type="selfPosition"
component-query-option="{'showMedium':'PC'}"
component-variable="selfPosition"
></hlx-template>| 参数名 | 必传 | 类型 | 描述 |
|---|---|---|---|
| showMedium | 是 | 枚举/string |
ts
enum ShowMedium {
PC,
H5,
APP,
}返回值
示例 1
json
[
{
"id": 1915953,
"name": "首页",
"pId": 1915952,
"keyWord": "",
"description": "",
"alias": "",
"englishName": "",
"images": "",
"urlPc": "http://www.cqngd.gov.cn/index.html",
"urlH5": " ",
"urlApp": " ",
"urlJson": " ",
"columnsType": "",
"outLink": "",
"webShowNavigation": null,
"h5ShowNavigation": null,
"hide": false
}
]示例 2
json
[
{
"id": 5001686,
"name": "主任之窗",
"sortNo": 4,
"pId": 0,
"keyWord": "",
"description": "",
"alias": "",
"englishName": "",
"images": "",
"urlPc": "http://rd.cqtn.gov.cn/web/column/col5001686.html",
"urlH5": " ",
"urlApp": " ",
"urlJson": " ",
"columnsType": "",
"outLink": "",
"webShowNavigation": null,
"h5ShowNavigation": null,
"hide": false
},
{
"id": 5001688,
"name": "主任",
"sortNo": 1,
"pId": 5001686,
"keyWord": "",
"description": "",
"alias": "",
"englishName": "",
"images": "",
"urlPc": "http://rd.cqtn.gov.cn/web/column/col5001688.html",
"urlH5": " ",
"urlApp": " ",
"urlJson": " ",
"columnsType": "",
"outLink": "",
"webShowNavigation": null,
"h5ShowNavigation": null,
"hide": false
}
]